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

ItemTemplate

configuration

Specifies a custom template for the menu items.

itemTemplate

String|Function
<button id="splitButton">Click me!</button>
<script>
    $("#splitButton").kendoSplitButton({
        items: [
            { text: "Item 1" },
            { text: "Item 2" },
            { text: "Item 3" }
        ],
        itemTemplate: "<span class=\"k-link k-menu-link\"><strong>#:text#</strong></span>"
    });
</script>
Not finding the help you need?
Contact Support