When you use the following code: this.radScheduler1.GetTimelineView().GetScaling().DisplayedCellsCount = 12; this.radScheduler2.GetTimelineView().GetScaling().DisplayedCellsCount = 30; both schedulers have cells count equal to 30.
When the range factor of the ruler is less than one hour, it should be possible to enable displaying the partial times for each row (for example 10:15, 10:30, 10:45 ...)
Steps to reproduce: 1. Add appointment with start time 10:00AM and zero duration to MonthView. 2. Drag the appointment to other date. 3. The appointment will disappear.
Add the possibility either for the end user or the developer to modify the width or height (whichever is relevant) of the resource areas in different views.
When AutoScrollToWorkTime is enabled, RadScheduler does not scroll correctly to the work time when it is initially displayed.
The end user should be able to resize or move recurring appointments. As a result, either an exception occurrence should be created or the whole series should be modified.
If you try to rebind RadScheduler on the Appointments.CollectionChanged event or when the EditAppointmentDialog is closed, in some cases you will get an exception.
The user should be able to copy/paste appointments from/to RadScheduler.
The user should be able to continuously resize appointments to multiple days when dragging to the left or right.
Similar to Outlook, the user should be able to set how long before the start of each appointment the reminder should notify him/her.
The following scenario should be possible: 1. Create daily occurring appointment from 10:00 AM to 11:00 AM 2. Edit the second occurrence to start at 12:00 PM to 01:00PM 3. Move it to the previous date. 3. Both the occurrence at 10:00 AM and the exception at 12:00PM should be visible
The scrollbar which scrolls trough the appointments on a single row in MonthView is not aligned properly.
The controls on the EditRecurrenceDialog are not arranged correctly when RightToLeft = Yes.
If the AllowDelete property of an appointment is set to false, the user is still able to delete appointments via the Delete key.
The appointments area of RadScheduler in DayView or WeekView should be automatically scrolled when resizing appointments.
The CellClick event of RadScheduler is not fired when you click on a cell in MonthView.
A null reference exception is thrown in some cases when you try to drag and drop appointments between resources in grouped TimelineView.
When RadScheduler is in RightToLeft DayView or WeekView and you try to navigate from the last cell of a column to the next day or from the first cell of a column to the previous day using the Up/Down arrow keys, you will see that the navigation is not correct.
Add a possibility to set the working days in a WorkWeekView of RadScheduler.
Exception is thrown by RadScheduler when you clear the Resources collection while in grouped MonthView.