We have a jqx grid with 8000 rows and 100 columns. We have applied sorting in this grid. We then save the state of the grid in a JavaScript variable say “state1”.
Now we remove the sorting and applied grouping on the same grid.
Now we try loading state from “state1” on the same grid. The expectation is that the grouping will be gone and previous state will be loaded.
What we observed is that the state is getting applied but the grouping is also there.
As of now we are using cleagroups API to clear the grouping manually before loading the previous state. But for 8000 rows and 100 cols we are seeing some performance issue with cleargroups.
I have few questions around it –
1) Are we doing the right thing by calling cleargroups manually ?
2) Is there a better way to do it ?
Thanks,
-Krishnendu