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

InitialView

configuration

Configures the initial view of the FileManager.

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

    $("#fileManager").kendoFileManager({
        initialView: "grid",
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
Not finding the help you need?
Contact Support