It will be helpful if the menu component can be responsive similar to this example: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_responsive_navbar_dropdown
Hello,
We would like to be able to customize icons used in kendo-menu (ex: arrows to access child elements).
This is required to match the rest of our style guide where we only use fontawesome icons.
Having still some kendo UI icons feel a bit weird at the moment.
Thanks!
Regards
It would be great if the menu had a responsive design that adapts to the screen size. Ideally, the items should wrap when there isn't enough space, similar to the Angular Material Menu.
Current workaround using custom CSS and flex-box:
https://stackblitz.com/edit/angular-bf9vpi
Hi,
I am using [OpenClick] = "true" on Kendo-menu but it only applies when I click intially(on root arrows) but when I click the children it does not apply but instead opens on hover.
I want all the sub items to be opened with 'click' and not just root items. Can you please let me know..
https://www.telerik.com/kendo-angular-ui/components/menus/menu/open-close/#toc-opening-on-click
Regards,
Pallavi
When we have more menu items than that can be displayed in a single line in the browser window, the menu will span multiple lines.
Can we have the menu items automatically collapsed to '...' button so that they can fit in a single line and when user clicks on the '...' button, they can see those items that cannot fit in the current line.
Dear Support,
we have upgraded our Kendo Angular Menu control from 2.0.3 to 3.0.4 and we are experiencing the following problem:
please check the attached screen recording and the following stackblitz repro:
additional info:
Thank you,
Ferenc Papp
Currently, there is no easy way to add attributes to the <li>
elements of the ContextMenu items. It will be a nice addition, which will allow additional customization of the list items.