I have a page (internal use only) with a very wide radgrid (essentially I've replaced an offline XLS file) and at around 20 rows per page it's hard to keep track of teh column headings when scrolling vertically. I've tried the ClientSettings.Scrolling.UseStaticHeaders=True setting but this doesn't seem as neat and means I will need to set all teh header widths or else it screws up the display.
I'd prefer to code the grid so that the column headers could be output with every group header (or perhaps every innermost group header)? ie - just repeat the TR that contains the headings each time I start a new group. How would I go about this?
M
I'd prefer to code the grid so that the column headers could be output with every group header (or perhaps every innermost group header)? ie - just repeat the TR that contains the headings each time I start a new group. How would I go about this?
M