Hi,
I've been evaluating the RadControls for ASP .NET, primarily the Grid control, for the last few weeks and posted a number of questions. In most cases, I was able to get satisfactory answers...very nice. Here's another question:
I have a parent grid with one detail grid. I set scrolling as:
Scroll bar appears for the master grid. However, when I open the detail grid from a row in the master grid, no scrollbar appears even though there are columns beyond the grid boundary.
Is there a way to make the detail grid scrollable as well?
Thanks.
Barry
I've been evaluating the RadControls for ASP .NET, primarily the Grid control, for the last few weeks and posted a number of questions. In most cases, I was able to get satisfactory answers...very nice. Here's another question:
I have a parent grid with one detail grid. I set scrolling as:
<Scrolling AllowScroll="True" UseStaticHeaders="True"
FrozenColumnsCount="6" SaveScrollPosition = "true" />
Scroll bar appears for the master grid. However, when I open the detail grid from a row in the master grid, no scrollbar appears even though there are columns beyond the grid boundary.
Is there a way to make the detail grid scrollable as well?
Thanks.
Barry
