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

DetailTables column scrolling and clipping issue

1 Answer 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 18 Feb 2009, 12:14 AM

I have an issue where a Detail Table (GridTableView) column is being clipped by the parent RadGrid making the long field data inaccessible.
Picture

What happens here, is the width of the detail table column exceeds the width of the parent table.
In the process the data on the right gets cut off and there's no scroll bar to access that clipped data.

I have tried setting horizontal scroll bars on the RadGrid which only worked for scrolling to the parent data and
did nothing for the Detail tables, it still got clipped by the width of the parent grid.

I have also tried inserting a scrollable DIV inside the Comments field to no avail.

Is there a way to either add a scroll bar to the Detail Table?


Thanks!

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 20 Feb 2009, 04:21 PM
Hi Paul,

How to implement separate scrolls for child tables in hierarchical grid you can see from the example in the code library entry linked below:

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

This should help you avoid the unwanted effect with data clipping for nested tables.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Paul
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or