jQWidgets Forums
Forum Replies Created
-
Author
-
November 20, 2015 at 5:32 pm in reply to: Display a different value in series formatFunction Display a different value in series formatFunction #78398November 20, 2015 at 5:04 pm in reply to: x-axis labels, other json data x-axis labels, other json data #78397November 20, 2015 at 1:51 pm in reply to: gridLinesDashStyle is not woking gridLinesDashStyle is not woking #78388
Hi Peter never mind, I have used bands to achieve this. Thank you
November 18, 2015 at 3:14 pm in reply to: gridLinesDashStyle is not woking gridLinesDashStyle is not woking #78304Hi Peter, Thank you for the quick response. This is definitely going to help me but also what i am looking for is to associate the categoryAxis gridline to particular values only like a vertical gridline on values 3 and 7. so far i could do is to set the interval, but my case has random x-axis values rather than the set intervals.
Thank you for your help.
-G
November 16, 2015 at 6:10 pm in reply to: gridLinesDashStyle is not woking gridLinesDashStyle is not woking #78216Hi Peter, How to draw a Gridline on some random date values on x-axis?
Thank you in Advance.
Hi I could make it work> had to include jqxgrid.columnsreorder.js for getting the column index.
Thank You so much.
Hi @dimitar, thank you for the prompt reply. but how would i get the rowindex of the clicked cell. Now iam using cellclick and even.args.rowindex to get the index.
Thank You
Hi @dimitar thank you for the response. it seems to be a good solution if i want to know the already selected cells. My problem is the cellclick fires when i try to select the cells. I want to wait until the event ends to know weather the user is selecting or clicking.
Is there is mouse-up equivalent on jqwidgets?Thank you
Hi @peter stoev, on this example the server rendering is shown keeping virtualmode = true. When i add
selectionmode: “multiplecellsextended”,
option i cannot select more than 10 rows using keyboard. The error it throws is
Uncaught TypeError: Cannot read property ‘boundindex’ of undefinedThank you for your help.
Hi Dmimitar, No I would like to know if the cell is clicked or selected. When its just clicked i would open a dialog but when bunch of cells or a cell is selected for the purpose of copy i wouldn’t want to open the dialog.
Thank You
Hi @dimitar, this is a pretty good example. I have a similar issue, if you can help me.
My scenario is, On cellclik event I am opening a dialog with information based on that row, but i would like to skip this click event if the user is selecting the cells or rows.Thank You for your time.
-
AuthorPosts