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

Enable

methods

Enables or disables the FloatingActionButton.

Parameters:valueBoolean

Specifies whether the button should be enabled (true) or disabled (false).

<button id="fab"></button>

<script>
    var fab = $('#fab').kendoFloatingActionButton({
        text: 'Actions',
        icon: 'plus'
    }).getKendoFloatingActionButton();

    fab.enable(false);
</script>
Not finding the help you need?
Contact Support