New to Kendo UI for jQueryStart a free 30-day trial

Close

events

Fires when the menu button is closed.

<button id="splitbutton" type="button">Button</button>
<script>
    $("#splitbutton").kendoSplitButton({
        items:[
            { id: "item1", text: "item 1" },
            { id: "item2", text: "item 2" }
        ],
        close: function(e) {
            console.log("Closed!");
        }
    });
</script>
Not finding the help you need?
Contact Support