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

Height

configuration

Configures the height of the FileManager.

height

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

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