Example of Default Functionalities in ASP.NET Core Tree Grid Control
This sample demonstrates the default rendering of the TreeGrid with minimum configuration.
DEMO
SOURCE
The TreeGrid 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 datasource such as an array of JSON objects, OData web services, or DataManager binding data fields to columns or self-referential datasource.
In this demo, the TreeGrid is populated with its minimum default settings.
More information on the TreeGrid instantiation can be found in this documentation section.