This is a sample application which demonstrates how to use Kendo UI for Vue Native 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.
- Vue.js
- .NET Core 3.1 (or later) SDK
- Node.js version 6 (or later)
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-vue.git
. - Enter the project directory by running
cd kendo-vue-demo-aspnetcore-data
. - Double click on the "VueJSCore.sln" file to open the project.
- Start the project by clicking on "Debug -> Start Without Debugging" menu or pressing "Ctrl + F5". The first time you start the project all NPM dependencies will be installed automatically and this process may take time.
For a detailed tutorial, refer to the article on integrating the Kendo UI For Vue 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 a Vue application by using the Data Query helpers.