|
1 | 1 | # How to Customize the Columns of ASP.NET Core DataGrid Using Templates |
2 | 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. |
| 3 | +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. |
4 | 4 |
|
5 | | -Column template documentation for the Syncfusion ASP.NET Core DataGrid control: |
6 | | -https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template |
| 5 | +## Documentations: |
| 6 | +* Column Template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template |
7 | 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 |
| 8 | +* Header template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/headers#header-template |
10 | 9 |
|
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 |
| 10 | +* Condition template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template#using-condition-template |
13 | 11 |
|
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 |
| 12 | +## Demos: |
| 13 | +* Column Template: https://ej2.syncfusion.com/aspnetcore/Grid/ColumnTemplate#/fluent |
16 | 14 |
|
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 |
| 15 | +* Header Template: https://ej2.syncfusion.com/aspnetcore/Grid/HeaderTemplate#/fluent |
19 | 16 |
|
20 | | -Watch this video to get started with the ASP.NET Core DataGrid control: |
21 | | -https://www.youtube.com/watch?v=E5w2fO-N9gE |
22 | 17 |
|
23 | 18 | ## Project pre-requisites |
| 19 | +Make sure that you have compatible versions of |
| 20 | +* .NET SDK installed ([.NET ](https://dotnet.microsoft.com/en-us/download)) |
| 21 | +* Visual Studio 2022 ([Visual studio](https://visualstudio.microsoft.com/downloads/)) or later |
24 | 22 |
|
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. |
| 23 | +installed in your machine before starting to work on this project. |
26 | 24 |
|
27 | | -### How to run this application? |
| 25 | +## How to run this application: |
28 | 26 |
|
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. |
| 27 | +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 using the Visual Studio interface. |
| 28 | + |
| 29 | +#### Note: If you encounter any package errors, clean the project and rebuild. |
0 commit comments