Views
configurationThe views displayed by the Gantt and their configuration. The array items can be either objects specifying the view configuration or strings representing the view types (assuming default configuration). By default the Kendo UI Gantt widget displays "day", "week", and "month" views.
views
Arrayviews.date
DateIf set to some date and it is between the range start and range end of the selected view, the timeline of the currently selected view is scrolled to start from this date.
Overrides the date option of the gantt.
views.dayHeaderTemplate
String|FunctionThe template used to render the day slots in "day" and "week" views.
views.monthHeaderTemplate
String|FunctionThe template used to render the month slots in "month" and "year" views.
views.range
ObjectConfigures the view range settings.
The format used to display the start and end dates in the resize tooltip.
views.selected
BooleanIf set to true the view will be initially selected by the Gantt widget. The default selected view is "day".
If more than one view is selected then last of them will prevail.
Default: false
views.slotSize
Number|StringThe size of the time slot headers. Values are treated as pixels.
Default: 100
views.timeHeaderTemplate
String|FunctionThe template used to render the time slots in "day" view
views.type
StringThe type of the view. The built-in views are: "day", "week", "month" and "year".
views.weekHeaderTemplate
String|FunctionThe template used to render the week slots in "week" and "month" views.
views.yearHeaderTemplate
String|FunctionThe template used to render the year slots in "year" view.