Skip to content

Commit 4b59ed5

Browse files
authored
Update README.md
1 parent 703c0fd commit 4b59ed5

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
# Create-a-Tree-Grid-in-Blazor-Server-application-in-10-Minutes
1+
# Create a Tree Grid in Blazor Server application in 10 Minutes
2+
23
A quick-start project that helps you create the Blazor TreeGrid of Syncfusion using the "dotnet add" command of Blazor schematics. This sample explains how to add columns and show parent-child flat data using the expand and collapse options. You can also learn how to add useful features to the TreeGrid: paging, sorting, and filtering.
4+
5+
Watch the video now:<coming soon>
6+
7+
Documentation: https://ej2.syncfusion.com/blazor/documentation/treegrid/getting-started
8+
9+
Online example: https://blazor.syncfusion.com/demos/TreeGrid/DefaultFunctionalities
10+
11+
## Project prerequisites
12+
Make sure that you have the compatible versions of .NET Core in your machine before starting to work on this project:
13+
* [Visual Studio Code](https://code.visualstudio.com/download)
14+
* [C# for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
15+
* [.NET Core SDK 3.1+](https://dotnet.microsoft.com/download/dotnet-core/3.1)
16+
17+
18+
## How to run this application
19+
To run this application, you need to first clone the `Create a Tree Grid in Blazor Server application in 10 Minutes` repository and then navigate to its appropriate path where it has been in your system.
20+
21+
To do so, open the command prompt and run the below commands one after the other.
22+
23+
```
24+
git clone https://github.com/SyncfusionExamples/Create-a-Tree-Grid-in-Blazor-Server-application-in-10-Minutes treegrid-example
25+
26+
cd treegrid-example
27+
```
28+
29+
30+
## Run
31+
Run `dotnet watch run` command. Navigate to `http://localhost:5000`. The dotnet watch tool will request you reload if you change any of the source files.
32+
33+
## Further help
34+
35+
To get more help on the Blazor CLI, use `dotnet --help` or go check out the [ASP.NET CORE BLAZOR](https://docs.microsoft.com/en-us/aspnet/core/blazor).

0 commit comments

Comments
 (0)