I have a vertical oriented menu with a height of 100%. Is it possible to set the height of the submenu to 100%? Or does this involve changing the rendering template within the kendo.ui.menu.js? I tried to set the following css classes, without success:
.k-animation-container { height: 100%; max-height: none; } .k-popup { height: 100%; max-height: none;}