DragAndDropEditingDirective
Directive
Represents the directive that enables you to update the initially provided data array during drag-and-drop.
Use this directive with one of the data-binding directives (kendoTreeViewHierarchyBinding
or kendoTreeViewFlatDataBinding), which set their own edit handlers, or provide
your own editService to this directive.
Providing a custom editService allows you to handle the
addItem and removeItem
events when they are triggered by the TreeView component.
Definition
Package:@progress/kendo-angular-treeview
Selector:[kendoTreeViewDragAndDropEditing]
Syntax:
html
<kendo-treeview
kendoTreeViewDragAndDrop
kendoTreeViewDragAndDropEditing
[nodes]="nodes"
textField="text">
</kendo-treeview>
Inputs
Specifies the handlers called on drag-and-drop addItem
and removeItem events.