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

Scrollbars from Parent Table cover DetailTables

3 Answers 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 29 Sep 2010, 07:29 PM
Hello,

I have a RadGrid with a MasterTableView and one GridTableView defined within the DetailTables section.  The ClientSettings is set under the RadGrid.

When the parent record is expanded to show the DetailTable, the scroll bar is locked at the parent level.  How can the scroll bar cover the entire grid (both parent and child) with a single scroll bar (not the parent scroll bar and one per child record)?

Thanks 

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Sep 2010, 11:16 AM
Hi Tom,

I am not sure I understand you, but generally, RadGrid normally can have only one vertical and one horizontal scrollbar, which scroll the MasterTableView. Since the detail tables are inside the MasterTableView, they will move together with the master rows during scrolling.

If you need a separate scrollbar for detail tables, here is how to achieve it:

http://www.telerik.com/community/code-library/aspnet-ajax/grid/separate-scrolls-for-inner-tables-in-hierarchical-grid.aspx

If I am missing something, please provide some screenshots / demo, so that I can see what you are after.

Sincerely yours,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Tom
Top achievements
Rank 1
answered on 30 Sep 2010, 02:00 PM
Hi Dimo,

Thanks for the quick reply.  The question that I have is if it is possible to have the scrollbar from the MasterTableView be able to scroll enough to see all columns from the detail tables (I am only referring to the horizontal scrollbar).  In this case there is only one scrollbar.

I was able to successfully implement the alternate approach of having a separate scrollbar for each detail table as a fallback.  In this scenario though, there are multiple scrollbars: one for parent record from the MasterTableView and one for every expanded child record in the DetailTable off of tthe MasterTableView.

I can go with the implemented solution, but was just wondering if there was another way.

Thanks,
0
Dimo
Telerik team
answered on 30 Sep 2010, 02:52 PM
Hi Tom,

"if it is possible to have the scrollbar from the MasterTableView be able to scroll enough to see all columns from the detail tables"

This should be the case by default. If you are experiencing a different behavior, can you show us your RadGrid declaration, specify which RadControls version you are using and which browser? You can also attach a screenshot.

Sincerely yours,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Tom
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Tom
Top achievements
Rank 1
Share this question
or