blazor-docs/knowledge-base/grid-datasourcerequest-on-s...

1002 B

title description type page_title slug position tags res_type
Use Telerik DataSourceRequest and DataSourceResult on the server How to use Telerik DataSourceRequest and DataSourceResult on the server. how-to Telerik DataSourceRequest and DataSourceResult grid-kb-datasourcerequest-on-server kb

Environment

Product Grid for Blazor

Description

How to send the Grid state to the server and retrieve data? How to use Telerik DataSourceRequest and DataSourceResult on the server?

How to call the server and receive only the desired information for paging, sorting, filtering?

How to optimize the amount of loaded data?

Solution

A couple of examples are available in the following project: https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server.