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

Draggable

configuration

Enables or disables dragging and dropping files from the FileManager view(GridView, ListView) to the TreeView and vice versa.

Drag operations are initiated only after the mouse button is held down for a minimum of 150 milliseconds.

draggable

Boolean

Default: true

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

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