Completed
Last Updated: 05 Jul 2012 04:56 by ADMIN
The first time you drag an appointment after RadScheduler has loaded in grouped DayView mode, if you drag that appointment fast, an exception will be thrown.
Completed
Last Updated: 02 Jul 2012 01:46 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
0
The event is not fired in case you select the previously selected appointment in a different resource.
Completed
Last Updated: 29 Jun 2012 03:41 by ADMIN
The NewResourceId property of the event arguments on the AppointmentMoved/Moving events is always null. Also the events do not fire correctly the first time when an appointment is moved from one resource to another.
Completed
Last Updated: 11 Jun 2012 06:59 by ADMIN
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.
Completed
Last Updated: 31 May 2012 06:44 by ADMIN
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.
Completed
Last Updated: 28 May 2012 07:51 by ADMIN
When AutoScrollToWorkTime is enabled, RadScheduler does not scroll correctly to the work time when it is initially displayed.
Completed
Last Updated: 16 May 2012 05:13 by ADMIN
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.
Completed
Last Updated: 02 May 2012 02:25 by ADMIN
The user should be able to continuously resize appointments to multiple days when dragging to the left or right.
Completed
Last Updated: 09 Apr 2012 08:08 by ADMIN
The scrollbar which scrolls trough the appointments on a single row in MonthView is not aligned properly.
Completed
Last Updated: 09 Apr 2012 06:59 by ADMIN
The controls on the EditRecurrenceDialog are not arranged correctly when RightToLeft = Yes.
Completed
Last Updated: 09 Apr 2012 04:41 by ADMIN
If the AllowDelete property of an appointment is set to false, the user is still able to delete appointments via the Delete key.
Completed
Last Updated: 20 Mar 2012 11:24 by ADMIN
The CellClick event of RadScheduler is not fired when you click on a cell in MonthView.
Completed
Last Updated: 20 Mar 2012 09:52 by ADMIN
A null reference exception is thrown in some cases when you try to drag and drop appointments between resources in grouped TimelineView.
Completed
Last Updated: 12 Mar 2012 13:27 by ADMIN
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.
Completed
Last Updated: 07 Feb 2012 05:11 by Jesse Dyck
When TextWrap is true, the text of the appointments in month view and timeline view is displayed outside of the appointment area.
Completed
Last Updated: 20 Jan 2012 04:34 by ADMIN
Exception is thrown by RadScheduler when you clear the Resources collection while in grouped MonthView.
Completed
Last Updated: 05 Jan 2012 07:48 by ADMIN
When you use AppointmentFormatting event to add a single child element to an AppointmentElement and you change between views, the child element is not arranged correctly when you switch back to DayView or WeekView.
Completed
Last Updated: 02 Jan 2012 18:35 by Jesse Dyck
When you subscribe to the AppointmentMoved or AppointmentDropped event of RadScheduler, the DataItem property of the appointment in the event args is always null.
Completed
Last Updated: 23 Nov 2011 21:58 by Jesse Dyck
The appointment's data item is not changed when you drag and drop an appointment from one resource view of MonthView to another.
Completed
Last Updated: 26 Oct 2011 05:44 by ADMIN
The associated color of custom status with StatusId of 2 is not drawn on RadScheduler's AppointmentElements.