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

Enable

configuration

Defines if the widget is initially enabled or disabled. By default, it is enabled.

enable

Boolean

Default: true

<ul id="buttongroup">
    <li>Option 1</li>
    <li>Option 2</li>
    <li>Option 3</li>
</ul>

<script>
    $("#buttongroup").kendoButtonGroup({
        enable: false
    });
</script>
Not finding the help you need?
Contact Support