Binding the KendoReact Grid to Remote Data

You can bind the Grid to remote data and display the data in tabular form. This approach is suitable for scenarios that involve remote data services.

The following example demonstrates how to bind the data property to data, received from a remote endpoint.

Example
View Source
Change Theme:

Indicating Ongoing Data Operations

Loading indicators inform the user that data is being fetched.

You can show a loading indicator by:

The following example demonstrates how to integrate a custom Loader component with the Grid.

Example
View Source
Change Theme: