This repository contains ASP.NET Core DataGrid getting-started samples that demonstrate how to use and configure the DataGrid control in an ASP.NET Core application with multiple feature-based views.
This project is a collection of sample implementations for the ASP.NET Core DataGrid component. It is designed to help developers understand how different DataGrid features can be used in a real ASP.NET Core application. Each feature is organized as a separate view, making it easier to explore and learn individual DataGrid capabilities step by step.
The samples focus on practical usage scenarios and commonly used DataGrid functionalities. Developers can navigate through different views to see how data is displayed, manipulated, and interacted with inside the grid.
The repository includes samples for various DataGrid features, such as:
- Getting started with DataGrid setup
- Data binding and column configuration
- Row and cell customization
- Editing and selection
- Filtering, searching, and sorting
- Paging, scrolling, and infinite scrolling
- Grouping and aggregates
- Frozen rows and columns
- Printing and adaptive view support
Before running the samples, ensure you have the following installed:
- Visual Studio 2022
- .NET SDK compatible with ASP.NET Core projects
- Check out this project to a local folder on your system.
- Open the solution file using Visual Studio 2022.
- Restore the required NuGet packages by rebuilding the solution.
- Run the project to launch the sample application in your browser.
Once the application is running, use the navigation or menu options to switch between different DataGrid sample views. Each view demonstrates a specific feature or behavior of the DataGrid control, allowing you to understand how it works in isolation.