Example of Default Functionalities in Blazor Tree Grid Component
This Blazor Tree Grid example demonstrates the default rendering with minimum configuration.
Task ID | Task Name | Start Date | Duration | Progress | Priority |
---|
1 | Parent task 1 | 8/28/2022 | 34 | In Progress | Critical |
2 | Child task 1 | 8/29/2022 | 1 | Validated | Critical |
3 | Child task 2 | 8/30/2022 | 98 | Open | Low |
4 | Sub task 1 | 8/29/2022 | 67 | Closed | Normal |
5 | Sub task 2 | 8/30/2022 | 14 | Closed | Normal |
6 | Sub task 3 | 8/31/2022 | 67 | Closed | Normal |
7 | Parent task 2 | 8/29/2022 | 52 | Open | Low |
8 | Child task 3 | 8/29/2022 | 1 | Validated | Critical |
9 | Child task 4 | 8/30/2022 | 98 | Open | Low |
10 | Sub task 4 | 8/29/2022 | 67 | Closed | Normal |
11 | Sub task 5 | 8/30/2022 | 14 | Closed | Normal |
12 | Sub task 6 | 8/31/2022 | 67 | Closed | Normal |
The Tree Grid is used to represent the hierarchical data in a tabular format, combining the visual representation of Grid and TreeView controls. It represents the data from a datasource such as IEnumerable, OData web services, or SfDataManager and binds the data fields to columns.
In this demo, the Tree Grid is populated with its minimum default settings.
More information on the Blazor Tree Grid can be found in this documentation section.