/getting-started-with-the-aspnetcore-datagrid

A quick-start project that shows how to work with a DataGrid component in ASP.NET Core Web application by installing the Syncfusion.EJ2.AspNet.Core package from NuGet. This project contains simple code customizations that can be done to the data grid columns, as well as some important features such as paging, sorting, filtering, and grouping.

Primary LanguageHTML

Getting Started with the ASP.NET Core Data Grid component

A quick-start project that shows how to work with a DataGrid component in ASP.NET Core Web application by installing the Syncfusion.EJ2.AspNet.Core package from NuGet. This project contains simple code customizations that can be done to the data grid columns, as well as some important features such as paging, sorting, filtering, and grouping.

Refer to the following grouping documentation for the Syncfusion Angular ComboBox component: https://ej2.syncfusion.com/angular/documentation/combo-box/grouping/

Refer to the following documentation for the Syncfusion ASP.NET Core Data Grid component: https://ej2.syncfusion.com/aspnetcore/documentation/grid/getting-started-core

Check out this online example of the Syncfusion ASP.NET Core Data Grid: https://ej2.syncfusion.com/aspnetcore/Grid/DefaultFunctionalities#/fluent

Project pre-requisites

Make sure that you have the compatible versions of Visual Studio 2022 and .NET 6.0 SDK framework in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the get-start-with-blazor-data-grid repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.