Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1800
Fixed headers in multi band grid
posted

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.,

  • 4555
    Suggested Answer
    posted

    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