I use jqxGrid in my application.
One of columns is boolean so it’s displayed as a checkbox in a grid.
All works fine until I turn on grouping by one of fields.
In this case when I click on a checkbox in item 2 checkbox appears in item 1 when first and second group have 1 item each. (check box is set by row index but in case of grouping there are additional grouping rows)
When I turn of grouping it works again fine.
Example:
-grouping row 1
–physical row 1
-grouping row 2
–physical row 2
when click the checkbox for “physical row 2”, the check box for “physical row 1” is checked
How to solve this problem?