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

Enabled

configuration

Specifies whether the FloatingActionButton is enabled (true) or disabled (false).

enabled

Boolean

Default: true

<button id="fab-top-start">Top Start</button>

<script>
    $('#fab-top-start').kendoFloatingActionButton({
        align: 'top start',
        enabled: false
    });
</script>
Not finding the help you need?
Contact Support