Example of Stacked Header in ASP.NET MVC Tree Grid Control
This sample demonstrates the Tree Grid component with the stacked header feature. In this sample, we have shown multiple levels of column header.
DEMO
SOURCE
The Tree Grid 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 Unit Price, Total Price are grouped under Price details. More information on the stacked header configuration can be found in this documentation sectionopens in a new tab.