HI.
We have some strange behavior happening in the React JQXGrid.
We have a grid with data being display as we want it, and we also have selectionmode={‘checkbox’} set.
This all works as expected until we add a filter.
Once we add a filter on a column and then click the checkbox that selects all the checkboxes, the filter is removed, and the items that were checked are now mixed in with the data that was not part of the filter, but their checkboxes are still checked.
Ideally, we what to check the checkbox that does the select all, and not have the filter removed so only the data we want to see is still filtered.
I home this makes some sense and I hope there is an answer 
Thanks, Jeremy