|
1 | 1 | # How to Customize the Columns of ASP.NET Core DataGrid Using Templates
|
2 |
| - |
3 |
| -A quick-start project that helps you to customize the ASP.NET Core Data Grid column header and its column data using templates. This project also contains code to use conditions inside the column template. |
4 |
| - |
5 |
| -Column template documentation for the Syncfusion ASP.NET Core DataGrid control: |
6 |
| -https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template |
7 |
| - |
8 |
| -Header template documentation for the Syncfusion ASP.NET Core DataGrid control: |
9 |
| -https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/headers#header-template |
10 |
| - |
11 |
| -Condition template documentation for the Syncfusion ASP.NET Core DataGrid control: |
12 |
| -https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template#using-condition-template |
13 |
| - |
14 |
| -Check out this online example of column template in the Syncfusion ASP.NET Core DataGrid control: |
15 |
| -https://ej2.syncfusion.com/aspnetcore/Grid/ColumnTemplate#/fluent |
16 |
| - |
17 |
| -Check out this online example of header template in the Syncfusion ASP.NET Core DataGrid control: |
18 |
| -https://ej2.syncfusion.com/aspnetcore/Grid/HeaderTemplate#/fluent |
19 |
| - |
20 |
| -Watch this video to get started with the ASP.NET Core DataGrid control: |
21 |
| -https://www.youtube.com/watch?v=E5w2fO-N9gE |
22 |
| - |
23 |
| -## Project pre-requisites |
24 |
| - |
25 |
| -Make sure that you have the compatible versions of Visual Studio 2022 and .NET 7.0 SDK framework in your machine before starting to work on this project. |
26 |
| - |
27 |
| -### How to run this application? |
28 |
| - |
29 |
| -To run this application, you need to clone the `how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project by pressing the `F5` command. |
| 2 | +A quick-start project that helps you to customize columns in the Syncfusion ASP.NET Core DataGrid using templates. Explore how to use conditional templates to include columns with checkboxes. |
| 3 | + |
| 4 | +## Documentation: |
| 5 | +* Column Template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template |
| 6 | +* Header template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/headers#header-template |
| 7 | +* Condition template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template#using-condition-template |
| 8 | + |
| 9 | +## Examples: |
| 10 | +* Column Template: https://ej2.syncfusion.com/aspnetcore/Grid/ColumnTemplate#/fluent |
| 11 | +* Header Template: https://ej2.syncfusion.com/aspnetcore/Grid/HeaderTemplate#/fluent |
| 12 | + |
| 13 | +## Project prerequisites |
| 14 | +Make sure you have compatible versions of the following IDE and framework installed on your machine before starting this project: |
| 15 | +* .NET SDK 6.0 ([.NET ](https://dotnet.microsoft.com/en-us/download)) |
| 16 | +* Visual Studio 2022 ([Visual studio](https://visualstudio.microsoft.com/downloads/)) or later |
| 17 | +--- |
| 18 | +To learn more about the supported IDE and frameworks for our ASP.NET Core controls, please refer to the documentation below: |
| 19 | +https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements |
| 20 | + |
| 21 | +## How to run this application: |
| 22 | +To run this application, clone the `how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates` 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. |
0 commit comments