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

SaveEvent

Interface

Defines the arguments for the save event.

Definition

Package:@progress/kendo-angular-listview

Properties

Specifies the data item.

formGroup

FormGroup​<any>

Specifies the edited FormGroup instance.

isNew

boolean

Indicates whether the data item is new or existing.

itemIndex

number

Specifies the item index for the operation.

Specifies the ListViewComponent instance.