New to Kendo UI for AngularStart a free 30-day trial

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

The edit service that will handle the editing operations.

The function that creates the FormGroup for the edited model.

Parameters:argsCreateFormGroupArgsReturns:

FormGroup​<any>

Events

Fires before the editing directive renders the Add dialog.

Fires before the editing directive renders the Edit dialog.