I have a series of detail tables (3 deep) within a radgrid.
I have defined HierarchyDefaultExpanded="true" to automatically expand all the detail grids.
Screen real-estate is at a premium. I wish to remove the expand/collapse column, and prevent the detail grids from indenting.
I have attempted to use CSS to defined a left-margin of 0px. I have attempted to replace the default images w/ very small GIFs. I've tried about every solution I've been able to google, but nothing appears to work.
The best I can do is "hide" the column, but, when I do that, the child grids are then indented by one column of its parent grid, which is even worse in terms of real estate.
How can I remove the expand/collapse column completely, and make it so the master/child grids are all left-justified to the left-most side of the window?