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 Grid.

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 the items for new rows.

Parameters

item

any

remove

The method that is called to remove existing rows.

Parameters

item

any

update

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

Parameters

item

any

In this article

Not finding the help you need?