I've attached a screenshot that displays my current grid. I would like it so that the headers are only displayed once per expanded second band. Currently, they display for each expanded second level band, but when I group by columns on the second band then the headers also appear for each expanded group by row in the second band.
grid.DisplayLayout.Override.HeaderPlacement = HeaderPlacement.FixedOnTop;
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v8.2~Infragistics.Win.UltraWinGrid.HeaderPlacement.html
Thanks for the suggestion, but unfortunately that will not work. Where I have labeled "BAND 2 TOP HEADER" is where I would like the headers to be displayed once per expanded second level rows. FixedOnTop will display them a single time below the band 1 headers at the very top of the grid.
Sorry, I had to open the picture to see the labels. Try another enum value, maybe OncePerRowIsland?