Hi,
I've a grid with three levels. I want to have the headerrow over every row.
Normally:
header0
header1
header2
row0
row1
row2
I want to have:
Is this possible? (Infragistics Winform 2007.3)
Thanks
Hansjörg Wintermantel
Try the various options for the HeaderPlacement property and see if that will do what you want.
If not, then another option is to use RowLayouts and tell the grid to keep the headers with the cells. So you would set band.UseRowLayouts to true and also set the band.RowLayoutLabelStyle to WithCellData.