Hi,
I have a Hierarchical data the has exactly the same columns no matter which level or band. The Default HeaderPlacement displays a header for each band. What I want is to display just one header at the very top. If I set the HeaderPlacement to FixedOnTop, it's close to what I want but it displays a hierarchy of headers. The columns align very nicely though.
HeaderPlacement.Default
HeaderPlacement.FixedOnTop
This is what I want - one header on top
Thanks,
Carlo
Set band.ColHeadersVisible = false to all bands except from the first.
Very close! But spaces were displayed instead of the headers.
Strange, I got no spaces. I'm using 9.2. Which version do you use?
Aha!!! I was using 9.1 but I also have 9.2 recently installed. Replacing the UltraGrid with 9.2 version fixed it. Thank you, thank you, thank you!!!!!