New to Kendo UI for Angular? Start a free 30-day trial
ReactiveEditingDirective
Represents the directive that manages editing operations in the Grid when using Reactive Forms (see example).
typescript
<kendo-grid [data]="data" kendoGridReactiveEditing></kendo-grid>
Selector
[kendoGridReactiveEditing]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoGridReactiveEditing |
|
Specifies the function that creates the | |
editService |
|
The edit service that will handle the operations. | |
removeConfirmation |
|
|
A function that is called to confirm if the |