KendoReact
The React Data Query library is the perfect assistant to help with handling data operations like paging, sorting, filtering and grouping data. Used in conjunction with KendoReact components like the KendoReact Data Grid, the Data Query package makes dealing with data operations simple.
While it can be used outside of KendoReact, the KendoReact Data Query package was created to help KendoReact developers bind data to KendoReact components like the Data Grid and easily handle any operations within the data bound to the component.
Thanks to the DataSourceRequest model binder from Telerik UI for ASP.NET Core and UI for ASP.NET MVC, the KendoReact Data Query package can send requests to a server and receive responses in a format that both the server-side and the client-side can understand.
Beyond handling single operations, the KendoReact Data Query package contains functions to help group and deal with data operations in bulk, ensuring that handling requests like sorting, filtering, and grouping data can be done all in one bulk operation.