Hello Thomas,
The discussed behavior has been implemented and will be available in future internal and official builds.
The height of the Menu groups can be limited with CSS like this:
Please note that the above approach will work well only if the expanded Menu groups do not have child groups, otherwise the latter will not be visible when expanded. That's why it is important to change the above selector, according to your scenario, so that it targets only specific groups, for example:
Where
myItem is a CSS class applied to the root item's <li> element, which has a long chind group with no additonal nested groups. An alternative approach is:
Where
myScrollableGroup is a CSS class applied to all Menu groups, which have no child groups.
The implemented Menu behavior will act according to the above considerations - only Menu groups with no child groups and with no child item templates will be scrollable.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!