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
225
Grouped Grid : Am I able to hide the column headers of all but the first expanded row?
posted

I'm forcing the all rows to be expanded in a grouped grid and would like to hide the column headers for all but the first row; When I have lots of grouped rows my display looks crowded.

 

regards

Parents
  • 69686
    Verified Answer
    posted

    Hello,

    Have you tried the HeaderPlacementInGroupBy property ?

    xamDataGrid.FieldLayoutSettings.HeaderPlacementInGroupBy = HeaderPlacementInGroupBy.OnTopOnly;

Reply Children
No Data