I need to merge two column headers that are side-by-side into a single column header. How do I do that? I'd like the columns themselves to remain separate. I just want the header to look like a single header.
This worked. Thank you.
Hi,
If you have a column and you want that column to show cells, but not a header, you do this:
column.RowLayoutColumnInfo.LabelPosition = LabelPosition.None;
In the 1st method, what is the code to hide the column header under the group.
Hope this column hiding you specified only hides the header under the group and not its cells below it.
Thank you,
Hi Mike,
Can i get a working sample of 1st and 2nd option.
Thank you.
Can you provide any sample code to handle this scnerios?