I am getting problems with one of the kendo controls - Menu.
The problems is that when I open the Sub Menu with C
items it's container goes on wrong position. It happens to all elements, but only first time when they are expanded.
Demo http://dojo.telerik.com/UhaKI
To recreate the issue I just added empty div
element with big height.
Open the link and scroll down to the bottom, open and expand 2008 item.
How to fix that?
Let's try the suggestion from here: http://www.telerik.com/forums/multi-column-menu.
.k-menu .year-item {
width: 120px;
}
.k-menu .year-item .k-item {
float: left;
width: 50px;
}