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

Size

configuration

Controls the overall physical size of a button. When undefined (the default), the theme controls the default size. Valid values are: "small", "medium", "large".

The "none" value is deprecated. Use custom CSS instead.

size

String

Default: undefined

<button id="splitbutton" type="button">Cancel</button>
<script>
    $("#splitbutton").kendoSplitButton({
        items:[
            { text: "item 1" },
            { text: "item 2" }
        ],
        size: "large"
    });
</script>
Not finding the help you need?
Contact Support