visible Boolean (default: true)

If set to false the loader will not be displayed.

Example

<button>Loading... <span id="loader"></span></button>
<script>
    $('#loader').kendoLoader({
        visible: false
    });
</script>
In this article