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. | |||||||||
|
create | ||||||
---|---|---|---|---|---|---|
The method that is called to create the items for new rows. | ||||||
|
remove | ||||||
---|---|---|---|---|---|---|
The method that is called to remove existing rows. | ||||||
|
update | ||||||
---|---|---|---|---|---|---|
The method that is called to update the items for existing rows. | ||||||
|