New to Kendo UI for jQuery? Download free 30-day trial
Resources
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
resources.html
Sample service
Also available for:
API REFERENCEDescription
The Telerik Kendo UI Scheduler enables you to assign scheduler events to a set of predefined resources. The resources can be divided on:
- Single Instance Resources – when only one instance can be assigned to a scheduler event. This is for example a list of meetings (Scheduler events), which are held in two rooms (resources). Since a meeting can be held in only one room it can be considered a single resource.
- Multiple Instance Resources - when more than one instance can be assigned to a scheduler event. For example when there is a list of meetings and meeting attendees. Since more than one attendee can participate in a meeting, it is a multiple instance resource. You can enable this feature through the resources -> multiple: true setting.
The Scheduler supports also unlimited resource types. For example, you can combine single and multiple resource as shown in this demo.
You can find more information on how to define and configure Scheduler resources in this documentation article.