ReactiveEditingDirective
A directive which encapsulates the editing operations of the Grid when using the Reactive Forms (see example).
Selector
[kendoGridReactiveEditing]
Inputs
kendoGridReactiveEditing
(args: CreateFormGroupArgs) => FormGroup
The function that creates the FormGroup
for the edited model.
removeConfirmation
(dataItem: any) => Promise<boolean> | Observable<boolean> | boolean
A function that is called to confirm if the dataItem
will be removed.
editService
The edit service that will handle the operations.