destroy

Destroys the FileManagers.

Example

<div id="fileManager"></div> <script> var baseUrl = "https://demos.telerik.com/service/v2/core/filemanager/"; $("#fileManager").kendoFileManager({ dataSource: { transport: { read: { method: "POST", url: baseUrl + "Read" } } } }); var fileManager = $("#fileManager").data("kendoFileManager"); fileManager.destroy(); </script>
In this article
destroy
Not finding the help you need?
Contact Support