A quick-start project that helps to sort data in the Syncfusion ASP.NET Core DataGrid control. Discover how to enable and implement various sorting features, including single-column sorting, multi-column sorting, and custom sort comparer.
- Sorting: https://ej2.syncfusion.com/aspnetcore/documentation/grid/sorting
- Touch interaction: https://ej2.syncfusion.com/aspnetcore/documentation/grid/sorting#touch-interaction Demo: https://ej2.syncfusion.com/aspnetcore/Grid/MultiSorting#/fluent
Make sure you have compatible versions of the following IDE and framework installed on your machine before starting this project:
- .NET SDK 6.0 (.NET )
- Visual Studio 2022 (Visual studio) or later
To learn more about the supported IDE and frameworks for our ASP.NET Core controls, please refer to the documentation below: https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements
To run this application, clone the how-to-sort-data-in-the-aspdotnet-core-datagrid-control
repository and open it in Visual Studio. Install the necessary NuGet packages via the package manager, then build and run the project by pressing the F5 key.