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

EditService

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

Implement this interface to handle the addition and removal of items during drag-and-drop operations in the TreeView.

NameTypeDefaultDescription

add

(args: TreeItemAddRemoveArgs) => void

Called when an item is added via drag-and-drop. Represents the event handler of the addItem event.

remove

(args: TreeItemAddRemoveArgs) => void

Called when an item is removed via drag-and-drop. Represents the event handler of the removeItem event.

Not finding the help you need?
Contact Support