jQWidgets Forums
Forum Replies Created
-
Author
-
June 12, 2017 at 1:59 pm in reply to: jqxgrid and listbox with rowselect jqxgrid and listbox with rowselect #94275
Hi I figured the rowselect but now its retrieving based on index. So for instance:
Based on the selection:
Grid row 1 selected show two items in the listbox as Nancy and AndrewGrid row 2 selected should show one item in the listbox as Janet
Here is my jsfiddle:
https://jsfiddle.net/vu833ebw/84/June 10, 2017 at 7:40 pm in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #94253Wow. I got it cant believe it was simple.
June 10, 2017 at 7:39 pm in reply to: jqxgrid selected row count value in modal dialog box jqxgrid selected row count value in modal dialog box #94252Never mind I figured it out.
June 8, 2017 at 10:43 pm in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #94235Hi Hristo, I made the code smaller. I still need help with the information I posted in my previous reply please.
Here is the jsfiddle:
https://jsfiddle.net/UbK74/680/June 8, 2017 at 1:18 am in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #94202IN the first grid, on button click for a particular row it should show the detail for that row only. So for instance, when I click on row 1 button, it will show the detail for that row. But now when I click on row 2’s button, it should refresh and show only the detail for this row. Also I want to keep the logic for the multi selection using the checkbox column. Another thing, I wanted to mention where once I click on the button it will show the detail for that row and now suppose I clicked on the checkbox for that same row it should not create duplicate details.
Sorry here is the new jsfiddle:
https://jsfiddle.net/UbK74/680/June 7, 2017 at 3:49 pm in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #94192Hi Hristo,
One more small thing, I implemented using the custom checkbox column, whenever I click on the “Edit” button, it keeps the other rows as checked too. is there a way to remove other rows check marks once I click on the “Edit” button for that particular row.
here is my jsfiddle:
https://jsfiddle.net/UbK74/597/June 7, 2017 at 3:21 pm in reply to: jqxgrid button click select row but uncheck checkbox and unhighlight row jqxgrid button click select row but uncheck checkbox and unhighlight row #94191Oh sorry so for instance. In first grid I selected row 1, and it should not show the row as highlighted and not even checked. And then The second grid will show the detail for that selected row.
June 7, 2017 at 5:29 am in reply to: Grid rowselect and update aggregate based on selections Grid rowselect and update aggregate based on selections #94167Can you show an example please?
May 10, 2017 at 9:26 pm in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #93449Sorry I forgot to put the rowunselect event too. The details still same from above and since adding the rowunselect now the checkbox not selecting.
Here is the new jsfiddle:
http://jsfiddle.net/k1wsrwL9/44/May 10, 2017 at 1:59 pm in reply to: jqxgrid select only one row at a time even while having checkbox jqxgrid select only one row at a time even while having checkbox #93404Hi Hristo,
One small problem though I had a rowselect event for the checkbox, and the var records = new Array(); is outside of the rowselect event in order for the checkbox to select multiple records and send to another grid.
So now whenever I click on the “Edit” button, it selects one per row which is great but the second grid is showing my previously selections too.
Note: I want to keep the rowselect event the way it is now because I want the checkbox to be able to select multiple records and show every rows details in the second grid.
Test Case
Try clicking on the button, the second grid keeps the previous selections too. Also when I click the button simultaneously it should not keep creating the new record over and over again in the second grid.Solution needed:
The second grid should only show the row details of the current selected row only.Here is my jsfiddle:
http://jsfiddle.net/RsV5g/441/April 28, 2017 at 8:15 pm in reply to: jqxgrid filter row with custom jqxinput jqxgrid filter row with custom jqxinput #93224April 27, 2017 at 3:27 pm in reply to: jqxgrid filter row with custom jqxinput jqxgrid filter row with custom jqxinput #93199Hi Hristo,
In the filter row for “Unit Price” column only, I want to keep that start text cursor to be on the right.
April 26, 2017 at 5:46 am in reply to: jqxgrid filter row type cursor align right jqxgrid filter row type cursor align right #93136Kind of but i want the filter cell input text to be right for specific columns and not all columns
April 11, 2017 at 6:15 am in reply to: Weird problem regarding statusbar and aggregates Weird problem regarding statusbar and aggregates #92848Hello
April 7, 2017 at 5:28 am in reply to: jqxgrid master detail button header select all jqxgrid master detail button header select all #92759Hi Hristo, i figured it out. Just one more thing, how can you put multiple elements inside a custom column header. So for example the checkbox header its custom, how can you put the “All” button right next to that checkbox? It would be great if you can show please
I noticed in this post someone tried on cell renderer to put two buttons inside a cell.
http://www.jqwidgets.com/community/topic/multiple-buttons-in-a-grid-column/Here is the jsfiddle:
https://jsfiddle.net/evL5pk6e/285/ -
AuthorPosts