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
Hello,
Have you tried the HeaderPlacementInGroupBy property ?
xamDataGrid.FieldLayoutSettings.HeaderPlacementInGroupBy = HeaderPlacementInGroupBy.OnTopOnly;
Perfect! many thanks.