We are using JQXGrid in our single page application. Most of the features are working per desire except the Remote Grouping feature which doesn’t seem available.
The jqxGrid applies grouping on the data after it is rendered on the page, i.e. grouping on client, rather than applying grouping on the result set (i.e. at the database) and get the grouped views.
Due to this limitation, It’s becoming difficult for us to proceed with the Grid, when we have implemented most of the features from jqWidgets.
Any ideas if that is in the pipeline of features or if can be implemented now as well?