RadControls for ASP.NET AJAX
Overview
RadScheduler displays appointments in five basic views: Day view, Week view, Month view, Timeline
view, and Multi-Day view. The SelectedView property specifies which of these
views the scheduler uses when it first appears. By default, the user can move between Day, Week, Month,
Timeline, and Multi-Day views using the view tabs. You can remove these controls, preventing the user
from changing the view, by setting the ShowViewTabs property
to False. You can remove specific view tab by
setting the UserSelectable property to False.
Caution |
|---|
If you try to restrict the scheduler to Month view, be aware that it allows the user to toggle
into Day View using the more... link when the number of appointments in a day
exceeds the limit set by the MonthVisibleAppointmentsPerDay property. You can
prevent this using the NavigationCommand event. |
Resource Grouping
If custom Resources are defined, the
data shown in RadScheduler can be grouped by Resources. Resource Grouping is available in all views.
To enable it you must set the GroupBy property to the name of the Resource by which
you want data to be grouped. Grouping is available only by one Resource with
an exception for the special 'Date' Resource. If you set the GroupBy property
to "Date,[ResourceName]", data will be grouped by the specified Resource as well as by
Date.
In addition, you can set the GroupingDirection property
to Horizontal or Vertical to specify the direction of the
grouping (as the property name implies). This functionality is also available in all views.
Day View
Week View
Month View
Timeline View
Timeline View Grouped by Resource
Timeline View Grouped by Date and Resource
Multi-Day View
Multi-Day View grouped by Resource
See Also