Hi,
In JQXGrid, we are using server side filtering, sorting and pagination. Also we want to use checkbox selection.
Checkbox selection features works fine i.e. it shows all rows selected even if data is not fetched on client (because of pagination). However, if we manually deselect any row and apply sorting or filtering, then row which we had deselected manually doesn;t work properly. Currently it seems to be handling things based on rowindex and now as sort or filter is applied rowindex is getting changed.
So could you please suggest how best we can implement checkbox selection, server side filtering, sorting and pagination all together. Also we show correct selection of records even after filtering, sorting or moving across the pages.
Thanks in advance for support.
Thanks,
Santosh Saraf