<kendo:scheduler-view-group>

The configuration of the view resource(s) grouping.

Example

<kendo:scheduler-view>
    <kendo:scheduler-view-group></kendo:scheduler-view-group>
</kendo:scheduler-view>

Configuration Attributes

date boolean

If set to true and the group.resources has some resources set the view is grouped by date.Overrides the date option of the scheduler.

Example

<kendo:scheduler-view-group date="date">
</kendo:scheduler-view-group>

orientation java.lang.String

The orientation of the group headers. Supported values are horizontal or vertical. Note that the agenda view is always in vertical orientation.

Example

<kendo:scheduler-view-group orientation="orientation">
</kendo:scheduler-view-group>
In this article
Not finding the help you need?