New to Kendo UI for Angular? Start a free 30-day trial
ExternalEditingDirective
Represents the Kendo UI Grid external editing directive. The directive manages editing operations in the Grid when using the External Form (see example).
typescript
<kendo-grid [data]="data" kendoGridExternalEditing></kendo-grid>
Selector
[kendoGridExternalEditing]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGridExternalEditing |
|
Specifies the function that creates the | |
dialogSettings |
|
Customizes the Dialog that contains the edit form. | |
editService |
|
The edit service that will handle the operations. | |
formSettings |
|
Customizes form orientation, hints, labels, and error messages. | |
removeConfirmation |
|
|
A function that is called to confirm if the |