toolbar.closeFunction

Fires when the SplitButton's popup closes. Toolbar Events.

Example

<div id="fileManager"></div>
<script>
    var baseUrl = "https://demos.telerik.com/service/v2/core/filemanager/";

    $("#fileManager").kendoFileManager({
        toolbar: {
            close: function(e) {
                console.log("Toolbar popup closed");
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
toolbar.close
Not finding the help you need?
Contact Support