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

EditService

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

Methods

assignValues

Sets new values to an item.

Parameters

target

any

The item to update.

source

any

The values to assign.

create

Creates a new item.

Parameters

item

any

The item to create.

parent?

any

The parent item, if any.

id?

any

The unique identifier, if any.

remove

Removes an existing item.

Parameters

item

any

The item to remove.

parent?

any

The parent item, if any.

update

Updates the items for an existing item.

Parameters

item

any

The item to update.

In this article
Methods
Not finding the help you need?
Contact Support