This is a migrated thread and some comments may be shown as answers.

[Solved] Detail grid doesn't show scroll bar

3 Answers 144 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 24 Sep 2009, 02:54 AM
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:

 

<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

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Sep 2009, 04:51 AM
Hello Barry,

You can check out the following code library submission link to to add scrolls to each table in the grid hierarchy. Perhaps, this should help you achieve the required.
Separate scrolls for inner tables in hierarchical grid

Thanks
Princy.
0
Barry
Top achievements
Rank 1
answered on 24 Sep 2009, 05:33 AM
Princy,

Thanks for the quick response.  It sounds like exactly what I'm looking for except for the fact that static headers for the inner grid cannot be achieved.  

Thanks again.

Barry
0
Vlad
Telerik team
answered on 24 Sep 2009, 01:15 PM
Hello Barry,

You can use NestedViewTemplate feature where you can place anything - even new grid with scrolling with static headers.

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Barry
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Barry
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or