I am guessing this isn't possible, but I'll be quite impressed if it is!
I have a RadGridView. It opens with the rows in a collapsed state so that the details are hidden and you only see a single 'summary' line. When you expand the row, the row details template contains a separate RadGridView which displays all details. There are no scrollbars in the second grid. The users scroll the main grid down which of course hides the detail grid header row.
Two possibilities:
1) Somehow make this row a fixed row, but in the scope of the parent grid (I am guessing not gonna happen? Maybe?)
2) Add scrollbars to the second grid, and make the users use two scroll bars.
I don't like option #2 because users would have trouble with two scrollbars. Also, I can't figure out how to tell what size I should limit the child grid to.
I have a RadGridView. It opens with the rows in a collapsed state so that the details are hidden and you only see a single 'summary' line. When you expand the row, the row details template contains a separate RadGridView which displays all details. There are no scrollbars in the second grid. The users scroll the main grid down which of course hides the detail grid header row.
Two possibilities:
1) Somehow make this row a fixed row, but in the scope of the parent grid (I am guessing not gonna happen? Maybe?)
2) Add scrollbars to the second grid, and make the users use two scroll bars.
I don't like option #2 because users would have trouble with two scrollbars. Also, I can't figure out how to tell what size I should limit the child grid to.