This repository contains a sample application which demonstrates how to use Kendo UI for Angular and UI for ASP.NET Core.
The UI for ASP.NET Core and UI for ASP.NET MVC suites provide a DataSourceRequest
model binder and a ToDataSourceResult()
method that process operations such as paging, sorting, filtering, grouping, and aggregates.
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-angular-demo-aspnetcore-data.git
. - Enter the project directory by running
cd kendo-angular-demo-aspnetcore-data
. - Run
npm install
to install the project dependencies. - Open the
Angular2Spa.csproj
project in Visual Studio.
For a detailed tutorial, refer to the article on integrating the Kendo UI Angular with the UI for ASP.NET Core and UI for ASP.NET MVC suites. The tutorial explains the necessary steps to benefit from these features in the context of an Angular application by using the Data Query helpers.
Sample Project Repository | Sample Project Documentation |
---|---|
Using Kendo UI with the Angular CLI | Get Started |
Using Kendo UI for Angular with Angular QuickStart | Using with SystemJS |
Using Kendo UI for Angular with Angular Seed | Not documented |
Using Kendo UI for Angular with Angular Universal | Universal Rendering |
Using Kendo UI for Angular with NativeScript | Not documented |
Translating the custom messages of the Kendo UI components for Angular | Translation of Messages |