New to Kendo UI for Angular? Start a free 30-day trial
SaveEvent
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.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Specifies the data item. | |
formGroup |
|
Specifies the edited | |
isNew |
|
Indicates if the data item is new or existing. | |
parent |
|
Specifies the data item of the parent row, if any. | |
sender |
|
Provides the |