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

EditDialogTemplateDirective

Represents the template for the edit dialog of the Scheduler. To define the template, nest an <ng-template> tag with the kendoSchedulerEditDialogTemplate directive inside the <kendo-scheduler> tag (see example).

The template context is set to the current event and then the following additional fields are passed:

  • event—The currently edited event. Represents the default context that will be assigned to any template variable which utilizes the let-x syntax—for example, let-event.
  • formGroup—The current FormGroup.
  • editMode—The current edit mode.
  • isNew—The state of the current event.

Selector

[kendoSchedulerEditDialogTemplate]

Inputs

NameTypeDefaultDescription

autoFocusedElement

string

Specifies the query selector used to set the initial focus.

In this article

Not finding the help you need?