Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Such a behavior is unfortunately not supported. Are you aware of a menu, which behaves like that? If yes, I am curious to see it. You can use the following workaround, but it requires hard-coding suitable margin values:
.k-menu-vertical > .k-item > .k-animation-container
{
margin-left
:
-100px
!important
; // equal to the Menu width
margin-top
30px
; // equal to the Menu root item height
}