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

using menu inside grid cell

2 Answers 121 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jake
Top achievements
Rank 1
Jake asked on 24 Oct 2013, 10:06 PM
The attached image shows the problem we are having with placing a kendo menu inside a kendo grid cell. We would like the dropdown menu to appear on top of other grid elements, without creating a scroll bar. We have tried using the following CSS:
.k-grid tr td
{
    overflow: visible;
}
This successfully prevents the scrollbars from appearing inside the individual cell, but does not prevent the scrollbar from appearing in the grid body.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 25 Oct 2013, 03:40 PM
Hello Jake,

The desired behavior can be achieved only if the Grid scrolling is disabled. Generally, there is no way to make an element overflow outside a scrollable parent, such as the scrollable Grid data container.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Jake
Top achievements
Rank 1
answered on 25 Oct 2013, 04:15 PM
Okay, setting the grid's scrollable option to false worked. Thanks
Tags
Menu
Asked by
Jake
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Jake
Top achievements
Rank 1
Share this question
or