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