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

Detail Grid Overlapping

2 Answers 185 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Scott Rakestraw
Top achievements
Rank 1
Scott Rakestraw asked on 22 Dec 2011, 09:24 PM
My detail grid is not staying within the confines of the detail area.  I am attaching a screenshot showing the issue.  If I don't specify a height to my detail grid it will bind the data correctly but not show any of the actual rows.  You just see the header and the pager immediately underneath it.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Dec 2011, 10:45 AM
Hello Scott,

The observed problem occurs because the detail Grids adjust their layout too early, while they exist outside the master Grid only as document fragments. Please first append() the detail Grid's <div> to the detail cell and then instantiate the detail Grid object. On our hierarchy demo the order is reversed, but this is not a problem, because the detail Grids are not scrollable.

We will modify the hierarchy demo code to help prevent such confusion in the future.

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Scott Rakestraw
Top achievements
Rank 1
answered on 23 Dec 2011, 02:24 PM
That worked perfectly.
Tags
Grid
Asked by
Scott Rakestraw
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Scott Rakestraw
Top achievements
Rank 1
Share this question
or