Hi I have two jqxgrids and a button to add a cell value based on the selected row or rows. But i want the second grid to be the may the selector and lets you pick which rows you can check or uncheck regardless of any selection you did in grid 1.
For example: Trial Demo
Grid 1: Column: Icon –Button click will update this cell
Selected rows with id: 1,2,3,5
Now it will show the details based on the id.
Grid 2: Column: Icon –Button click will update this cell
Now what if I unselect rows 1 and 3
Finally click the button to add by using setcellvalue for those rows. Now it should show the new cell value
in rows 2 and 5 only and both grids show the new updated cell value.
Its almost complete just need the Grid 2 selection resolved. It would be good if selection is based on some row id
Here is the jseditor:
https://www.jseditor.io/?key=grid-two-select-2