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

Represents the attempted drop action during dragging. Passed as action value to the kendoTreeViewDragClueTemplate directive. By default, this value defines the rendered icon in the drag clue.

Definition

Package:@progress/kendo-angular-treeview

Values

The dragged item is added as a child to the target node.

The dragged item is inserted below the target node at the same level.

The dragged item is inserted in the middle position relative to the target node.

The dragged item is inserted above the target node at the same level.

The drop action is not valid for the current target location.