New to Kendo UI for Angular? Start a free 30-day trial
Provides the arguments for the save
event. See example.
Name | Type | Default | Description |
---|
|
any
|
The data item for the row.
|
|
FormGroup<any>
|
The edited formGroup instance.
|
|
boolean
|
Indicates if the data item is new or existing.
|
|
number
|
The data row index for the operation.
|
|
GridComponent
|
The GridComponent instance that triggered the event.
|