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

Enable

configuration

Indicates whether the Button should be enabled or disabled. By default, it is enabled, unless a disabled="disabled" attribute is detected.

enable

Boolean

Default: true

<button id="button" type="button">Foo</button>
<script>
$("#button").kendoButton({
    enable: false
});
</script>
Not finding the help you need?
Contact Support