ReactiveEditingDirective
Directive
A directive that encapsulates editing operations for the Scheduler using Angular Reactive Forms (see example).
Handles event editing, saving, and form validation logic for the Scheduler component. Provides integration with custom form group creation and supports recurring event editing scenarios.
Definition
Package:@progress/kendo-angular-scheduler
Selector:[kendoSchedulerReactiveEditing]
Syntax:
html
<kendo-scheduler
[kendoSchedulerBinding]="events"
[kendoSchedulerReactiveEditing]="createFormGroup">
</kendo-scheduler>
Inputs
editService
EditService<any>
The edit service that will handle the editing operations.
The function that creates the FormGroup for the edited model.
Events
Fires before the editing directive renders the Add dialog.
Fires before the editing directive renders the Edit dialog.