New to Kendo UI for Angular? Start a free 30-day trial
AgendaDateTemplateDirective
Represents the template which renders the date header in the Agenda view.
To define the date template, nest an <ng-template>
tag with the kendoSchedulerAgendaDateTemplate
directive inside the <kendo-scheduler-agenda-view>
or <kendo-scheduler>
components (see example).
The available fields in the template context are:
date
—The header date.
Selector
[kendoSchedulerAgendaDateTemplate]