New to Kendo UI for Angular? Start a free 30-day trial
ReactiveEditingDirective
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.
html
<kendo-scheduler
[kendoSchedulerBinding]="events"
[kendoSchedulerReactiveEditing]="createFormGroup">
</kendo-scheduler>
Selector
[kendoSchedulerReactiveEditing]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoSchedulerReactiveEditing |
|
The function that creates the | |
editService |
|
The edit service that will handle the editing operations. |