Hi,
I would like to know how to merge headers in WinGrid . We are using 2006 version of WinGrid control
Requirement is like the below
You can do this using RowLayouts. The best way to do it is to set it up at design-time.
If you have a newer version of the grid, you would use a HroupLayout and "head1" here could be a group header.
The old version of the grid you are using doesn't have any support for groups, so in your case, "head1" would have to be a column and you would set the column.RowLayoutColumnInfo.LabelPosition to LabelOnly so no cells are shown.