How can I perform real paging with grid

Grid seems to download all data and the perform UI paging instead of requesting from the server just the amount of records for a given page.

How would I perform real paging with grid.
The documentation https://blazor.syncfusion.com/documentation/datagrid/paging does not tell


1 Reply

PS Prathap Senthil Syncfusion Team March 13, 2024 01:22 PM UTC

Hi Wuss,

Based on your requirements, you want to perform paging on the server side and return only the records for the current page. We suggest using a CustomAdapter to achieve this. With the custom adapter feature, data will be fetched based on the skip and take requests from the data manager. Kindly refer to the documentation for your reference.


Regards,
Prathap S




Loader.
Up arrow icon