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
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!