Hi,
I am using UltraWinGrid to display a set of hierarchical data. I would like to know if it is possible to hide the column headers that are shown multiple times if you have child bands od data. In the attached screenshot you can see that there are three sets of column headers. One for each row with child rows. I would like to have one set of headers at the top. In my case, even though there are some child rows, all the columns are the same for all child rows so the extra headers just take up extra space.
Thanks for your help.
ximius,
You might find the following thread helpful, where I discussed how to get to a similar end-goal:http://forums.infragistics.com/forums/t/34794.aspx
Great, thanks for your response. Now if the child bands have the same headers, is it possible to hide those as well? ie the children are a collection of the same object type, so I dont want to show the child headers as the columns are all the same as the top level objects.
use
gridcontrolname.displaylayout.Override.HeaderPlacement = HeaderPlacement.FixedOnTop