Skip to content

Commit 3288d7e

Browse files
author
Anto Gibson
authored
Update README.md
1 parent 16b2200 commit 3288d7e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# How to Customize the Columns of ASP.NET Core DataGrid Using Templates
22

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.
44

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
77

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
109

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
1311

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
1614

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
1916

20-
Watch this video to get started with the ASP.NET Core DataGrid control:
21-
https://www.youtube.com/watch?v=E5w2fO-N9gE
2217

2318
## 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
2422

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.
2624

27-
### How to run this application?
25+
## How to run this application:
2826

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

Comments
 (0)