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

SaveEvent

Interface

Provides arguments for the save event. Use this interface to access the form group and parent data item when saving a row in the TreeList.

Definition

Package:@progress/kendo-angular-treelist

Properties

Specifies the data item.

formGroup

FormGroup​<any>

Specifies the edited formGroup instance.

isNew

boolean

Indicates if the data item is new or existing.

Specifies the data item of the parent row, if any.

Provides the TreeListComponent instance.