Completed
Last Updated: 22 Jul 2021 12:57 by ADMIN
Jack
Created on: 20 Aug 2015 08:55
Category: Kendo UI for jQuery
Type: Feature Request
0
add menuButton (aka dropDownButton) to toolbar
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!
1 comment
ADMIN
Maria Ivanova
Posted on: 22 Jul 2021 12:57

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/.