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

EditService

The interface of the editService that can be set to the editing directives of the TreeList.

Methods

assignValues

The method that is called to set new values to an item.

Parameters

target

any

source

any

create

The method that is called to create a new item.

Parameters

item

any

parent?

any

id?

any

remove

The method that is called to remove existing item.

Parameters

item

any

parent?

any

update

The method that is called to update the items for existing item.

Parameters

item

any

In this article

Not finding the help you need?