<kendo:gantt-views>
The 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.
Example
<kendo:gantt>
<kendo:gantt-views></kendo:gantt-views>
</kendo:gantt>
Configuration Attributes
Configuration JSP Tags
kendo:gantt-view
The 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.
More documentation is available at kendo:gantt-view.
Example
<kendo:gantt-views>
<kendo:gantt-view></kendo:gantt-view>
</kendo:gantt-views>