Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
600
Grid with levels and header over every row
posted

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:

header0

row0

header1

row1

header2

row2

 

Is this possible? (Infragistics Winform 2007.3)

Thanks

Hansjörg Wintermantel

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    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.

     

     

Children
No Data