Stacked Headers Demo

Essential Grid's grouping control provides built-in support for stacked multi-headers.

This feature allows you to create additional header rows that span across visible grid columns. You can group columns under each header row. It also supports drag-and-drop operations for these header rows. Grouped columns will also be rearranged along with the header.

This sample gives you step-by-step instructions on how to achieve this feature in your application.

Stacked Multiheaders screenshot

Stacked Multiheaders screenshot

Stacked Multiheaders screenshot

Stacked Multiheaders screenshot

Stacked Multiheaders screenshot

Stacked Multiheaders screenshot

			this.gridGroupingControl1.ChildGroupOptions.ShowColumnHeaders = true;
			this.gridGroupingControl1.ChildGroupOptions.ShowStackedHeaders = true;

Here is an image showing the grid after setting the above property. Now the stacked headers are also applied to child groups.

Stacked Multiheaders screenshot

Given below is an image of the sample.

Stacked Multiheaders screenshot