New to KendoReact? Start a free 30-day trial
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.
Change Theme
Theme
Loading ...
Indicating Ongoing Data Operations
Loading indicators inform the user that data is being fetched.
You can show a loading indicator by:
- Utilizing the built-in Grid Loading indicator
- Creating a custom Loader component
- Using the
KendoReact Loader
component
The following example demonstrates how to integrate a custom Loader component with the Grid.
Change Theme
Theme
Loading ...