KendoReact Server Data Grid Overview
The KendoReact Server Data Grid Component is an experimental implementation of a Grid utilizing the power of the React Server Components.
The KendoReact Server Components are distributed through npm packages, and the KendoReact Server Data Grid is available in the @progress/kendo-react-server-components package.
KendoReact Server Components are in an experimental phase and are not intended for production use. APIs may change without introducing a breaking change. Please refer to the Umbrella GitHub issue for general feedback, bug reports, and more information.
Take a look at the following demo showcasing the Grid
in action, featuring fundamental functionalities such as server-side filtering
, sorting
, and paging
.
Key Features
The KendoReact Server Data Grid offers an extensive and continuously expanding set of built-in features that isn't limited by the list in this section. What makes the Grid
truly exceptional is its flexibility—it allows you to seamlessly blend both server-side and client-side operations, adapting to your application's unique requirements.
Data Binding
Learn how to easily bind the Grid to remote data sources, enabling efficient data retrieval and display. Read more about React Server Data Grid data binding...
Data Operations
Delve into the intricacies of executing basic data operations, including server-side filtering
, sorting
, and paging
. Understand how these operations can be performed either on the client or the server.
Read more about React Server Data Grid data operations...
Editing
Discover how to enable data editing capabilities within the Grid component, empowering users to modify the data collection seamlessly. Read more about React Server Data Grid editing...
Customization
Learn the art of customization by providing unique views to the Grid. Explore the creation of custom cells
and rows
tailored to your application's specific needs.
Read more about React Server Data Grid customization...