<kendo:treeView-dragAndDrop>

Disables (false) or enables (true) drag-and-drop of the nodes. If configured as an object allows disabling click move click interaction as an alternative of dragging.

Example

<kendo:treeView>
    <kendo:treeView-dragAndDrop></kendo:treeView-dragAndDrop>
</kendo:treeView>

Configuration Attributes

clickMoveClick boolean

Disables (false) or enables (true) the click move click interaction as an alternative of dragging. The alternative is disabled by default.

Example

<kendo:treeView-dragAndDrop clickMoveClick="clickMoveClick">
</kendo:treeView-dragAndDrop>
In this article
Not finding the help you need?