<kendo:scheduler-views>

The views displayed by the scheduler 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 Scheduler widget displays "day" and "week" view.

Example

<kendo:scheduler>
    <kendo:scheduler-views></kendo:scheduler-views>
</kendo:scheduler>

Configuration Attributes

Configuration JSP Tags

kendo:scheduler-view

The views displayed by the scheduler 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 Scheduler widget displays "day" and "week" view.

More documentation is available at kendo:scheduler-view.

Example

<kendo:scheduler-views>
    <kendo:scheduler-view></kendo:scheduler-view>
</kendo:scheduler-views>
In this article
Not finding the help you need?