New to Kendo UI for Angular? Start a free 30-day trial

ReactiveEditingDirective

A directive which encapsulates the editing operations when the Scheduler uses the Reactive Angular Forms (see example).

Selector

[kendoSchedulerReactiveEditing]

Inputs

NameTypeDefaultDescription

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

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

Not finding the help you need?