Hi,
Just wondering if hiddenRows functionality works with sorting.
We have a grid with about 100 rows and it allows users to delete rows, which actually hide the row using hiddenRows functionality. (appending rowId to hiddenRows array in settings object.)
It works as expected when not using soring but once the grid is sorted, it does not seem to be hiding the right row.
Thank you for your help