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

Represents the Kendo UI Grid external editing directive. The directive manages editing operations in the Grid when using the External Form (see example).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridExternalEditing]

Syntax:

TS
<kendo-grid [data]="data" kendoGridExternalEditing></kendo-grid>

Inputs

Customizes the Dialog that contains the edit form.

The edit service that will handle the operations.

Customizes form orientation, hints, labels, and error messages.

Specifies the function that creates the FormGroup for the edited model.

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