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

Is it possible to have a Vertical Menu with Vertical children ?

1 Answer 62 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Carrie
Top achievements
Rank 1
Carrie asked on 30 Aug 2013, 11:05 AM
Hello,

I would like to implement a vertical menu and for the child or sub menus have them pull down like an accordion style rather than flyout.

Is this possible or does anyone have an example I can look at?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 30 Aug 2013, 11:28 AM
Hi Carrie,

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 !important; // equal to the Menu root item height
}


Alternatively, you can use a PanelBar.

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