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

CancelEvent

Arguments for the cancel event.

This event is emitted when the user cancels editing of a row or cell.

The event exposes the same properties as the SaveEvent, allowing access to the data item, form group, and row or cell context being canceled.

See example.

NameTypeDefaultDescription

dataItem

any

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.

sender

GridComponent

The GridComponent instance that triggered the event.

Not finding the help you need?
Contact Support