Trying to see implement grouping and resources in scheduler widget, however am using declarative syntax for the widget construction and binding it to a view model.
This is the widget :
<div data-role="scheduler"
data-views="['day','week','month','agenda']"
data-height="500"
data-bind="source: plannerDS"
></div>
But to achieve the vertical grouping as in the demo:
http://demos.telerik.com/kendo-ui/scheduler/resources-grouping-vertical
is this the syntax and also has anyone advice for the syntax for implementing the datasource for each resource field? :
data-group-resources="Rooms"
data-group-orientation="vertical"
data-resources-field="roomID"
data-resources-name="Rooms"
.....
This is the widget :
<div data-role="scheduler"
data-views="['day','week','month','agenda']"
data-height="500"
data-bind="source: plannerDS"
></div>
But to achieve the vertical grouping as in the demo:
http://demos.telerik.com/kendo-ui/scheduler/resources-grouping-vertical
is this the syntax and also has anyone advice for the syntax for implementing the datasource for each resource field? :
data-group-resources="Rooms"
data-group-orientation="vertical"
data-resources-field="roomID"
data-resources-name="Rooms"
.....