Kendo.Mvc.UI.Scheduler
Kendo UI Scheduler component
Properties
AllDayEventTemplate
The 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; 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.
AllDayEventTemplateId
The id of the script element used for AllDayEventTemplate
AllDaySlot
If set to true the scheduler will display a slot for "all day" events.
AutoBind
If set to false the widget will not bind to the data source during initialization. In this case data binding will occur when the change event of the data source is fired. That will also apply for data sources for the resources used in the widget. By default the widget will bind to the data source specified in the configuration.
CurrentTimeMarker
If set to false the "current time" marker of the scheduler would not be displayed.
Date
The current date of the scheduler. Used to determine the period which is displayed by the widget.
DateHeaderTemplate
The 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 represents the abbreviated name of the week day and 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..
DateHeaderTemplateId
The id of the script element used for DateHeaderTemplate
EndTime
The end time of the week and day views. The scheduler will display events ending before the endTime.
EventTemplate
The template used 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.
EventTemplateId
The id of the script element used for EventTemplate
Footer
If set to false the footer of the scheduler would not be displayed.
GroupHeaderTemplate
The template used to render the group headers of scheduler day, week, workWeek and timeline views.The fields which can be used in the template are: text String - the group text; color String - the group color; value - the group value; field String - the field of the scheduler event which contains the resource id; title String - the 'title' option of the resource or name String - the 'name' option of the resource.
GroupHeaderTemplateId
The id of the script element used for GroupHeaderTemplate
Height
The height of the widget. Numeric values are treated as pixels.
MajorTick
The number of minutes represented by a major tick.
MajorTimeHeaderTemplate
The 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..
MajorTimeHeaderTemplateId
The id of the script element used for MajorTimeHeaderTemplate
Max
Constraints the maximum date which can be selected via the scheduler navigation.
Messages
The configuration of the scheduler messages. Use this option to customize or localize the scheduler messages.
Min
Constraints the minimum date which can be selected via the scheduler navigation.
MinorTickCount
The number of time slots to display per major tick.
MinorTimeHeaderTemplate
The template used to render the minor ticks.By default the scheduler renders a " ".The fields which can be used in the template are: date - represents the major tick date..
MinorTimeHeaderTemplateId
The id of the script element used for MinorTimeHeaderTemplate
Configures the Kendo UI Scheduler PDF export settings.
Selectable
If set to true the user would be able to select scheduler cells and events. By default selection is disabled.
ShowWorkHours
If set to true the view will be initially shown in business hours mode. By default view is displayed in full day mode.
Snap
If set to true the scheduler will snap events to the nearest slot during dragging (resizing or moving). Set it to false to allow free moving and resizing of events.
StartTime
The start time of the week and day views. The scheduler will display events starting after the startTime.
Timezone
The timezone which the scheduler will use to display the scheduler appointment dates. By default the current system timezone is used. This is an acceptable default when the scheduler widget is bound to local array of events. It is advisable to specify a timezone if the scheduler is bound to a remote service. That way all users would see the same dates and times no matter their configured system timezone.The complete list of the supported timezones is available in the List of IANA time zones Wikipedia page.
Width
The width of the widget. Numeric values are treated as pixels.
WorkDayStart
Sets the start of the work day when the "Show business hours" button is clicked.
WorkDayEnd
Sets the end of the work day when the "Show business hours" button is clicked.
WorkWeekStart
The start of working week (index based).
WorkWeekEnd
The end of working week (index based).
Mobile
Defines the mobile modes supported by Kendo UI Scheduler for ASP.NET MVC
Methods
SerializeSettings
Serialize current instance to Dictionary