ReactiveEditingDirective
A directive which encapsulates the editing operations when the Scheduler uses the Reactive Angular Forms.
Selector
[kendoSchedulerReactiveEditing]
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
kendoSchedulerReactiveEditing | (args: CreateFormGroupArgs) => FormGroup | The function that creates the | |
editService | EditService<any> | The edit service that will handle the editing operations. |
Events
NAME | TYPE | DESCRIPTION |
---|---|---|
add | Fires before the editing directive renders the Add dialog. | |
edit | Fires before the editing directive renders the Edit dialog. |