1
0
Форкнуть 0
This repository contains a sample application showcasing how to implement common data operations for the KendoReact Data Grid with an ASP.NET Core backend. The project focuses on how data operations like paging, sorting, filtering, and grouping are triggered on the client and can be handled on the sever-side of things. The ultimate goal is to showcase a full-stack project and demystify the client and server-side interactions with an advanced UI component like the data grid.
Перейти к файлу
filipKovachev e525426f1e exclude license file 2023-08-14 10:25:31 +03:00
kendo-react-grid-crud fix: warnings and errors 2023-01-12 15:43:06 +02:00
.gitignore exclude license file 2023-08-14 10:25:31 +03:00
README.md chore: add initial example 2021-11-30 11:54:48 +02:00
kendo-react-grid-crud.sln chore: add initial example 2021-11-30 11:54:48 +02:00

README.md

Kendo React Data Grid ASP.NET Core

This repository contains a sample application showcasing how to implement common data operations for the KendoReact Data Grid with an ASP.NET Core backend. The project focuses on how data operations like paging, sorting, filtering, and grouping are triggered on the client and can be handled on the sever-side of things. The ultimate goal is to showcase a full-stack project and demystify the client and server-side interactions with an advanced UI component like the data grid.

This example is made with .NET version 6.

We have another example made with a older version of .NET and ASP.NET Core which is also showing a Grid with editing. You can find it here: https://github.com/telerik/kendo-react-demo-aspnetcore-data