Hi everyone, I have a grid where I am grouping by a column. When I group by that column it repeats the column headers for each group by row. How can I prevent that from happening and only show the column headers once. Similar to MS Outlook 2007. Any one?? Thanks in advance.
jose
That's fine for a grid with a single band, I have a grid with 2 bands parent and child. I am grouping by a column in the child band, so if I place the headers fixed at the top it doesn't look good I need it to be fixed at the top of the child band. Thanks for the reply tho.
Jose
Hi Jose ,
UltraGrid1.DisplayLayout.Bands(0).Override.HeaderPlacement = HeaderPlacement.FixedOnTop
Try some other properties you will find intresting.......
HeaderPlacement.OncePerGroupedRowIsland
HeaderPlacement.OncePerRowIsland
HeaderPlacement.RepeatOnBreak
Njoy koding,
Arun..