Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Column Customization in Blazor TreeGrid
A quick-start Blazor project that helps you to customize column headers and data in the Blazor TreeGrid component using template option.

Documentation: https://blazor.syncfusion.com/documentation/treegrid/columns
This sample explains about how to customize column headers and data in the Blazor TreeGrid component using template option.

Online examples:
https://blazor.syncfusion.com/demos/tree-grid/column-template?theme=bootstrap4
https://blazor.syncfusion.com/demos/tree-grid/header-template?theme=bootstrap4
**Documentation**: https://blazor.syncfusion.com/documentation/treegrid/columns

## Project prerequisites
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.3 or later version in your machine before starting to work on this project.
**Online examples**:

## How to run this application
To run this application, you need to first clone the `column-customization-in-blazor-treegrid` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
* https://blazor.syncfusion.com/demos/tree-grid/column-template?theme=bootstrap4
* https://blazor.syncfusion.com/demos/tree-grid/header-template?theme=bootstrap4

## Prerequisites

* Visual Studio 2022

## How to run the project

* Checkout this project to a location in your disk.
* Open the solution file using the Visual Studio 2022.
* Restore the NuGet packages by rebuilding the solution.
* Run the project.