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

Represents the directive that manages editing operations in the Grid when using Template-Driven Angular Forms (see example).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridTemplateEditing]

Syntax:

html
<kendo-grid [data]="data" kendoGridTemplateEditing></kendo-grid>

Inputs

The edit service that will handle the operations.

Specifies the function that creates the dataItem for new rows.

A function that is called to confirm if the dataItem will be removed. By default, the Grid displays its built-in confirmation dialog. To use a custom dialog, provide a RemoveConfirmationCallback function. To prevent showing a confirmation dialog, set the removeConfirmation property to false.

Default:

true