kendo-angular/examples-standalone/kendoangular-aspnetcore-int...
..
ClientApp
Controllers
Models
Pages
Properties
wwwroot
Program.cs
README.md
appsettings.Development.json
appsettings.json
kendoangular-aspnetcore.csproj
kendoangular-aspnetcore.sln

README.md

Using Kendo UI for Angular Grid and Upload component with ASP.NET Core 8.0

This is a sample project that demonstrates how to use Kendo UI for Angular Grid and Upload component with ASP.NET Core based on the Microsoft ASP.NET Core template.

Getting Started

  1. Clone this repository by running the following command:

    git clone https://github.com/telerik/kendo-angular/
    
  2. Make sure to have the .NET Core 8 SDK installed on your machine, along with Angular CLI 18.0.6.

  3. Navigate to the project folder:

    cd examples-standalone/kendoangular-aspnetcore-integration
    
  4. Build the project:

    dotnet build
    
  5. Run the project:

    dotnet run
    
  6. ASP.NET Core will provide local host addresses where the project is running. Open the provided address in your browser.

  7. Wait for the project to load and you will see the Kendo UI for Angular Grid and Upload component in action. This might take a few seconds as Angular CLI will be building the project.

Additional Information

For more information on how to add Telerik Private NuGet feed to your project, refer to the Adding the Telerik Private NuGet Feed to VS or Blazor Private NuGet Source articles. This will provide you access to use ToDataSourceResult method and other helpers for your own projects.

Do keep in mind that the ASP.NET Core template uses older version of Angular and ASP.NET Core. You can update both both frameworks to their latest version by following the ASP.NET Core and Angular update guides. This project was updated to use Angular 18 and ASP.NET Core 8.0.

See Also