New to Kendo UI for Angular? Start 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.
Name | Type | Default | Description |
---|---|---|---|
add |
|
Called when an item is added via drag-and-drop. Represents the event handler of the | |
remove |
|
Called when an item is removed via drag-and-drop. Represents the event handler of the |