draggableBoolean(default: true)

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.

Example

<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>
In this article
draggable
Not finding the help you need?
Contact Support