Hello syncfusion.
Currently our team is migrating from our old solution to syncfusion ejGrid, and found a biblical issue.
Our paging methods are done in the back-end server,
and the documents provided in your site do not have right paging methods which we use.
For example, if we have 100 rows of data then we have to add all of the 100 data into the ejGrid to show the paging.
According to your documents js/datamanager/paging, we've found out the paging using query could only be customized in the front-end
Would there be a way to customize the paging in the back-end?