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

SaveEvent

Interface

Provides the arguments for the save event. See example.

Definition

Package:@progress/kendo-angular-grid

Properties

The data item for the row.

formGroup

FormGroup​<any>

The edited formGroup instance.

isNew

boolean

Indicates if the data item is new or existing.

rowIndex

number

The data row index for the operation.

The GridComponent instance that triggered the event.