The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have a subclassed GridControl in which I've added a second row of column headers. The top (original) row now contains several cells that span more than one columns. This makes for a nice column group summary effect. Here's an ascii art example:
|summary of a,b,c |summary of d,e|
----------------------------------
|a |b |c |d |e |
----------------------------------
For business reasons, it is important that the summary row be on top, not vice versa. Thus, resizing and column selection should be performed from the 2nd header row, which delineates each column separately. How can I do this?
regards
-dan
ADAdministrator Syncfusion Team June 3, 2003 03:54 PM UTC
> I have a subclassed GridControl in which I've added a second row of column headers. The top (original) row now contains several cells that span more than one columns. This makes for a nice column group summary effect. Here's an ascii art example:
>
> |summary of a,b,c |summary of d,e|
> ----------------------------------
> |a |b |c |d |e |
> ----------------------------------
>
> For business reasons, it is important that the summary row be on top, not vice versa. Thus, resizing and column selection should be performed from the 2nd header row, which delineates each column separately. How can I do this?
>
> regards
>
> -dan
>
>
>
I attached a sample for this.
Stefan