This Kendo UI for Angular sample project demonstrates how to use Kendo UI for Angular components with ASP.NET Core and is based on Microsoft Angular project template with ASP.NET Core v.5.0. The project features a Grid that can perform CRUD and data operations server-side.
The demo is referred to in the Kendo UI for Angular official documentation in the article on ASP.NET Core integration.
- Clone the sample apps repository locally by using your favorite Git client by running
git clone https://github.com/telerik/kendo-angular/.git
. - Enter the project directory by running
cd examples-standalone/aspnetcore-data
. - Enter your Telerik credentials in
nuget.config
- Run the project with
dotnet run
. - Open http://localhost:5000.