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
It works. thanks a TON :-D.
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