I have a list object which would have many (usually 3) objects inside it. I want the headers to be fixed on the top band. What happens is., the hierarchial display shows the headers for each row. I some how managed to to remove the child band headers.
Can i remove the headers that appears in each row? Refer the attachment below.. I have erased the headers purposefully.
Thanks.,
Hi Wiswanth,
You can use the property "No Repeat Column Headers". The property can cause the WinGrid to display column headers several different ways. You can access the property through the DisplayLayout.Override.HeaderPlacement and can be set to Default, RepeatOnBreak, FixedOnTop, OncePerRowIsland, OncePerGroupedRowIsland. You can also access the Band's column header and set its visible property to false.
Magued