I want to use Syncfusion.Grid in my project (Blazor Server App). I'm loading a heavy data (more than 200000 records) from SQL Server (installed locally on the same server the Blazor App in running). Please provide an example for data binding and server side pagination (along with filtering and sorting) for Syncfusion.Grid in a Blazor Server App.
Thanks.