Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/how-to-sort-data-in-the-aspdotnet-core-datagrid-control
A quick-start project that helps to sort data in the Syncfusion ASP.NET Core DataGrid control. This project also contains code to enable and implement different types of sorting features, including single column sorting, multicolumn sorting, and the custom sort comparer.
https://github.com/syncfusionexamples/how-to-sort-data-in-the-aspdotnet-core-datagrid-control
aspdotnetcore-datagrid aspdotnetcore-datagrid-custom-sort aspdotnetcore-datagrid-custom-sort-comparer aspdotnetcore-datagrid-multi-column-sorting aspdotnetcore-datagrid-sort-comparer aspdotnetcore-datagrid-sorting aspdotnetcore-datatable
Last synced: 7 days ago
JSON representation
A quick-start project that helps to sort data in the Syncfusion ASP.NET Core DataGrid control. This project also contains code to enable and implement different types of sorting features, including single column sorting, multicolumn sorting, and the custom sort comparer.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-sort-data-in-the-aspdotnet-core-datagrid-control
- Owner: SyncfusionExamples
- Created: 2024-01-11T08:59:35.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T17:05:14.000Z (5 months ago)
- Last Synced: 2024-08-01T19:17:39.618Z (5 months ago)
- Topics: aspdotnetcore-datagrid, aspdotnetcore-datagrid-custom-sort, aspdotnetcore-datagrid-custom-sort-comparer, aspdotnetcore-datagrid-multi-column-sorting, aspdotnetcore-datagrid-sort-comparer, aspdotnetcore-datagrid-sorting, aspdotnetcore-datatable
- Language: HTML
- Homepage:
- Size: 819 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Sort Data in the ASP.NET Core DataGrid Control
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.## Documentation:
* 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## Project prerequisites
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 ](https://dotnet.microsoft.com/en-us/download))
* Visual Studio 2022 ([Visual studio](https://visualstudio.microsoft.com/downloads/)) 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## How to run this application:
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.