SchedulerViewTagHelper

Example

Razor
<view>
    <all-day-event-template></all-day-event-template>
    <all-day-slot-template></all-day-slot-template>
    <date-header-template></date-header-template>
    <day-template></day-template>
    <editable></editable>
    <event-date-template></event-date-template>
    <event-template></event-template>
    <event-time-template></event-time-template>
    <group></group>
    <major-time-header-template></major-time-header-template>
    <minor-time-header-template></minor-time-header-template>
    <slot-template></slot-template>
    <tooltip-template></tooltip-template>
</view>

ChildTags

Tag NameDetails
all-day-event-templateTemplateTagHelper
all-day-slot-templateTemplateTagHelper
date-header-templateTemplateTagHelper
day-templateTemplateTagHelper
editableSchedulerViewEditableSettingsTagHelper
event-date-templateTemplateTagHelper
event-templateTemplateTagHelper
event-time-templateTemplateTagHelper
groupSchedulerViewGroupSettingsTagHelper
major-time-header-templateTemplateTagHelper
minor-time-header-templateTemplateTagHelper
slot-templateTemplateTagHelper
tooltip-templateTemplateTagHelper

Attributes

AttributeTypeDescription
nameStringThe name of the view. Typically, used to get the name of the currently selected view via the view method.
adaptive-slot-heightBooleanIncreases the slot height when containing events up to views.eventsPerDay and reduces its height if there are less events for that specific day.
all-day-event-templateStringThe template used to render the "all day" scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
all-day-event-template-handlerStringThe template used to render the "all day" scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
all-day-event-template-idStringThe template used to render the "all day" scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
all-day-event-template-viewIHtmlContentThe template used to render the "all day" scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
all-day-slotBooleanIf set to true the scheduler will display a slot for "all day" events.
all-day-slot-templateStringThe template used to render the all day slot cell.The fields which can be used in the template are: date - represents the slot date. or resources() - returns the relevant resources for the current slot..
all-day-slot-template-handlerStringThe template used to render the all day slot cell.The fields which can be used in the template are: date - represents the slot date. or resources() - returns the relevant resources for the current slot..
all-day-slot-template-idStringThe template used to render the all day slot cell.The fields which can be used in the template are: date - represents the slot date. or resources() - returns the relevant resources for the current slot..
all-day-slot-template-viewIHtmlContentThe template used to render the all day slot cell.The fields which can be used in the template are: date - represents the slot date. or resources() - returns the relevant resources for the current slot..
column-widthDoubleThe width of the table columns in timeline views. Value is treated as pixels.
date-header-templateStringThe template used to render the date header cells.By default the scheduler renders the date using a custom date format - "ddd M/dd". The "ddd" specifier, a.k.a abbreviated name of the week day, will be localized using the current Kendo UI culture. If the developer wants to control the day and month order then one needs to define a custom template.The fields which can be used in the template are: date - represents the major tick date..
date-header-template-handlerStringThe template used to render the date header cells.By default the scheduler renders the date using a custom date format - "ddd M/dd". The "ddd" specifier, a.k.a abbreviated name of the week day, will be localized using the current Kendo UI culture. If the developer wants to control the day and month order then one needs to define a custom template.The fields which can be used in the template are: date - represents the major tick date..
date-header-template-idStringThe template used to render the date header cells.By default the scheduler renders the date using a custom date format - "ddd M/dd". The "ddd" specifier, a.k.a abbreviated name of the week day, will be localized using the current Kendo UI culture. If the developer wants to control the day and month order then one needs to define a custom template.The fields which can be used in the template are: date - represents the major tick date..
date-header-template-viewIHtmlContentThe template used to render the date header cells.By default the scheduler renders the date using a custom date format - "ddd M/dd". The "ddd" specifier, a.k.a abbreviated name of the week day, will be localized using the current Kendo UI culture. If the developer wants to control the day and month order then one needs to define a custom template.The fields which can be used in the template are: date - represents the major tick date..
day-templateStringThe template used to render the day slots in month view.The fields which can be used in the template are: date Date - represents the current day or resources() - returns the relevant resources for the current slot..
day-template-handlerStringThe template used to render the day slots in month view.The fields which can be used in the template are: date Date - represents the current day or resources() - returns the relevant resources for the current slot..
day-template-idStringThe template used to render the day slots in month view.The fields which can be used in the template are: date Date - represents the current day or resources() - returns the relevant resources for the current slot..
day-template-viewIHtmlContentThe template used to render the day slots in month view.The fields which can be used in the template are: date Date - represents the current day or resources() - returns the relevant resources for the current slot..
end-timeDateTimeThe end time of the view. The scheduler will display events ending before the endTime.
event-date-templateStringThe template used by the agenda view to render the date of the Scheduler events. The available field in the template is "date", which represents the event date.
event-date-template-handlerStringThe template used by the agenda view to render the date of the Scheduler events. The available field in the template is "date", which represents the event date.
event-date-template-idStringThe template used by the agenda view to render the date of the Scheduler events. The available field in the template is "date", which represents the event date.
event-date-template-viewIHtmlContentThe template used by the agenda view to render the date of the Scheduler events. The available field in the template is "date", which represents the event date.
event-heightObjectThe height of the scheduler event rendered in month and timeline views. In month view It could be set to a concrete number or to the string value "auto". When set to "auto" it will automatically set the views.adaptiveRowHeight to true.
event-spacingDoubleSpecifies the distance between individual events.
events-per-dayDoubleIndicates how many events could be listed for a day. When there are more events for a specific day a "more" link will be placed at the bottom of the day slot and will navigate to the day view if clicked.
event-templateStringThe template used by the view to render the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-template-handlerStringThe template used by the view to render the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-template-idStringThe template used by the view to render the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-template-viewIHtmlContentThe template used by the view to render the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-time-templateStringThe template used by the agenda view to render the time of the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; isAllDay Boolean - if true the event is "all day"; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-time-template-handlerStringThe template used by the agenda view to render the time of the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; isAllDay Boolean - if true the event is "all day"; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-time-template-idStringThe template used by the agenda view to render the time of the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; isAllDay Boolean - if true the event is "all day"; resources Array - the event resources; start Date - the event start date or title String - the event title.
event-time-template-viewIHtmlContentThe template used by the agenda view to render the time of the scheduler events.The fields which can be used in the template are: description String - the event description; end Date - the event end date; isAllDay Boolean - if true the event is "all day"; resources Array - the event resources; start Date - the event start date or title String - the event title.
major-tickDoubleThe number of minutes represented by a major tick.
major-time-header-templateStringThe template used to render the major ticks.By default the scheduler renders the time using the current culture time format.The fields which can be used in the template are: date - represents the major tick date..
major-time-header-template-handlerStringThe template used to render the major ticks.By default the scheduler renders the time using the current culture time format.The fields which can be used in the template are: date - represents the major tick date..
major-time-header-template-idStringThe template used to render the major ticks.By default the scheduler renders the time using the current culture time format.The fields which can be used in the template are: date - represents the major tick date..
major-time-header-template-viewIHtmlContentThe template used to render the major ticks.By default the scheduler renders the time using the current culture time format.The fields which can be used in the template are: date - represents the major tick date..
minor-tick-countDoubleThe number of time slots to display per major tick.
minor-time-header-templateStringThe template used to render the minor ticks.By default the scheduler renders a "&nbsp;".The fields which can be used in the template are: date - represents the major tick date..
minor-time-header-template-handlerStringThe template used to render the minor ticks.By default the scheduler renders a "&nbsp;".The fields which can be used in the template are: date - represents the major tick date..
minor-time-header-template-idStringThe template used to render the minor ticks.By default the scheduler renders a "&nbsp;".The fields which can be used in the template are: date - represents the major tick date..
minor-time-header-template-viewIHtmlContentThe template used to render the minor ticks.By default the scheduler renders a "&nbsp;".The fields which can be used in the template are: date - represents the major tick date..
monthsDoubleConfigures the number of months that will be displayed in the year view calendar.
selectedBooleanIf set to true the view will be initially selected by the scheduler widget.
selected-date-formatStringThe format used to display the selected date. Uses kendo.format.Contains two placeholders - "{0}" and "{1}" which represent the start and end date displayed by the view.
selected-short-date-formatStringThe format used to display the selected date when viewport is narrow, and the date is displayed in short ("d") format by default. Uses kendo.format.
show-work-hoursBooleanIf set to true the view will be initially shown in business hours mode. By default view is displayed in full day mode.
slot-templateStringThe template used to render the time slot cells.The fields which can be used in the template are: date - represents the slot date and time. or resources() - returns the relevant resources for the current slot..
slot-template-handlerStringThe template used to render the time slot cells.The fields which can be used in the template are: date - represents the slot date and time. or resources() - returns the relevant resources for the current slot..
slot-template-idStringThe template used to render the time slot cells.The fields which can be used in the template are: date - represents the slot date and time. or resources() - returns the relevant resources for the current slot..
slot-template-viewIHtmlContentThe template used to render the time slot cells.The fields which can be used in the template are: date - represents the slot date and time. or resources() - returns the relevant resources for the current slot..
start-dateDateTimeConfigures the start date of the year view. The Scheduler will display 12 months starting from the startDate.
start-timeDateTimeThe start time of the view. The scheduler will display events starting after the startTime.
titleStringThe user-friendly title of the view displayed by the scheduler.
tooltip-templateStringConfigures the template used to render the Tooltip in the Scheduler year view.The fields which can be used in the template are: date Date - the selected date from the calendar; events Array - list of the events and their respective resource for the selected date or messages Object - the configuration of the Scheduler messages used for localization..
tooltip-template-handlerStringConfigures the template used to render the Tooltip in the Scheduler year view.The fields which can be used in the template are: date Date - the selected date from the calendar; events Array - list of the events and their respective resource for the selected date or messages Object - the configuration of the Scheduler messages used for localization..
tooltip-template-idStringConfigures the template used to render the Tooltip in the Scheduler year view.The fields which can be used in the template are: date Date - the selected date from the calendar; events Array - list of the events and their respective resource for the selected date or messages Object - the configuration of the Scheduler messages used for localization..
tooltip-template-viewIHtmlContentConfigures the template used to render the Tooltip in the Scheduler year view.The fields which can be used in the template are: date Date - the selected date from the calendar; events Array - list of the events and their respective resource for the selected date or messages Object - the configuration of the Scheduler messages used for localization..
typeStringThe type of the view. The built-in views are: "day", "week", "workWeek", "month", "agenda", "timeline", "timelineWeek", "timelineWorkWeek", "timelineMonth" and "year".
virtualBooleanEnables the DOM virtualization for vertical grouping of the view - renders batches of DOM elements as you scroll. The views that support this option are: "day", "week", "workWeek", "month".
work-daysInt32[]Sets the working days (index based).
work-week-endDoubleThe end of working week (index based).
work-week-startDoubleThe start of working week (index based).
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support