New to Kendo UI for Angular? Start a free 30-day trial
MultiWeekDaySlotTemplateDirective
Represents the template for rendering the day slots in the Month view.
To define the day template, nest an <ng-template>
tag with the kendoSchedulerMultiWeekDaySlotTemplate
directive inside the <kendo-scheduler>
, or in the <kendo-scheduler-month-view>
component (see example).
The available fields in the template context are:
date
—The date of the slot.resources
—The resources of the slot.
Selector
[kendoSchedulerMultiWeekDaySlotTemplate]