Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
For big data sources, skip and take can often have a performance hit. Cursor based pagination is a superior pagination method for large data sets and for different API types. This feature would achieve pagination with a first and last cursor (for retrieving data in the backend) and a "has previous page", "has next page property" to determine if anymore paging is required.
This feature would mesh in nicely with the proposed Infinite Scrolling for the Data grid, and alternatively with a previous and next button.
I imagine this feature would be specifically used with a custom SfDataManager and rather than the skip/take fields being used the custom SfDataManager instance would return the result, previousCursor, lastCursor, hasNextPage and hasPreviousPage to drive the paging behaviour in the control.