New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

kendoSchedulerReactiveEditing

(args: CreateFormGroupArgs) => FormGroup<any>

The function that creates the FormGroup for the edited model.

editService

EditService<any>

The edit service that will handle the editing operations.

Events

NameTypeDescription

add

EventEmitter<AddEvent>

Fires before the editing directive renders the Add dialog.

edit

EventEmitter<EditEvent>

Fires before the editing directive renders the Edit dialog.

In this article
SelectorInputsEvents
Not finding the help you need?
Contact Support