The toolbar has buttons and split buttons but no menu button. A menu button is a button which triggers a popup button; in other words it is a splitbutton without the split. See http://getbootstrap.com/components/#btn-dropdowns-single Easy to do and really useful!
Hi Folks,
The described support for dropdown button in the Toolbar is supported and can be found in the following demo. Below is a code snipped demonstrating it:
type: "splitButton",
text: "Insert",
menuButtons: [
{ text: "Insert above", icon: "insert-up" },
{ text: "Insert between", icon: "insert-middle" },
{ text: "Insert below", icon: "insert-down" }
Kind Regards,
Maria Veledinova
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.