Example of Stacked Header in ASP.NET Core Tree Grid Control
This sample demonstrates the TreeGrid component with the stacked header feature. In this sample, we have shown multiple levels of column header.
DEMO
SOURCE
The TreeGrid columns can be stacked/grouped in order to show multiple levels of column header.
It can be done by setting the columns->columns
property.
In this demo, the columns Order ID, Order Name, Order Date are grouped under Order Details, the columns Shipment Category, Shipped Date, Units are grouped under Shipment Details and Price per Unit, Total Price are grouped under Price details.
More information on the data binding can be found in this documentation section.