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

how to put a kendoMenu inside kendoToolbar

3 Answers 217 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Houda
Top achievements
Rank 1
Houda asked on 24 Mar 2016, 05:57 AM

I'm trying to add a kendoMenu as an item in a kendoToolbar,

it seems using template for dropdown works but doesn't work for menu :

http://dojo.telerik.com/UVapA

any ideas how to to this ?

 

3 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 25 Mar 2016, 08:22 AM
Hi Houda,

As pointed in the online documentation, Kendo UI menu should be initialized from a <ul> element while in your example you are using <input />. Changing the HTML element with the correct one seems to fix the issue (updated dojo).

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Houda
Top achievements
Rank 1
answered on 25 Mar 2016, 11:32 PM

I checked the updated dojo,

menu items (under Item 2 ) are not shown in updated dojo

and menu is cropped by toolbar.

0
Accepted
Iliana Dyankova
Telerik team
answered on 29 Mar 2016, 11:58 AM
Hi Houda,

To show the menu items above the toolbar you should set overflow: visible to the .k-toolbar element (updated dojo).

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