New to Kendo UI for Angular? Start a free 30-day trial

DragAndDropEditingDirective

A directive which enables the update of the initially provided data array during drag-and-drop.

Either use this directive in combination with one of the data binding directives (kendoTreeViewHierarchyBinding or kendoTreeViewFlatDataBinding) which set their own edit handlers, or provide your own editService to this directive. The latter subscribes to and calls the addItem and removeItem handlers when the corresponding events are triggered by the TreeView component.

Selector

[kendoTreeViewDragAndDropEditing]

Inputs

NameTypeDefaultDescription

editService

EditService

Specifies the handlers called on drag-and-drop addItem and removeItem events.

In this article

Not finding the help you need?