• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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 section.