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

Grid overlapping menu

1 Answer 265 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 13 Aug 2013, 09:24 PM
I'm using a Kendo Grid which is scrollable.  So it will have div with "k-grid-content" class which supports scrolling.  But I have a menu on each row and when I am adding the kendo menu, if I click on the menu, the gird's div has scrollbars because of the "k-grid-content".  I would like a scrollable grid that doesn't overlap the menu.

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 15 Aug 2013, 11:23 AM
Hi Nick,

I am afraid that what you would like to achieve is not supported - having a scrollable container and something that will overflow it is mutually exclusive.

In order to see the menu, outside of the content area, the Grid should be scrollable. If viewing the menu is of a high priority for your application, I suggest you to adjust the height of the Grid through the pageSize option of the DataSource.

Regards,
Alexander Valchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Jeff
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or