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
550
How to turn off the Grouped Row Headers ?
posted

Hi,

    I have to turn off the row headers that appear in the rows that are under a group by i.e. there is a row header for the grid and the i also have row headers for the row under the group when expaned (i use sortedcolumns to apply group by in code). I want to hide or turn off the row headers when the gropr row is expanded as there already is a grid row header. Please help its urgently required.

 

Cheers,

 SK

Parents
No Data
Reply
  • 37774
    Verified Answer
    posted

    SK,

    Take a look at the HeaderPlacement property on the Override object (i.e. grid.DisplayLayout.Override.HeaderPlacement) to see if those properties will help you.  You may want to try HeaderPlacement.OncePerGroupedRowIsland.

    -Matt

Children