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

Hide

methods

Hides the FloatingActionButton.

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

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

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