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: 23 Apr 2014 06:29 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
3
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.
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: 13 May 2014 08:01 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
2
The user should be able to copy/paste appointments from/to RadScheduler.
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 Jun 2014 10:36 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
2
Similar to Outlook, the user should be able to set how long before the start of each appointment the reminder should notify him/her.
Declined
Last Updated: 13 May 2014 15:18 by ADMIN
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
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: 10 Apr 2014 12:12 by ADMIN
The appointments area of RadScheduler in DayView or WeekView should be automatically scrolled when resizing appointments.
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 May 2014 12:52 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
2
Add a possibility to set the working days in a WorkWeekView of RadScheduler.
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.
Declined
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 1
Category: Scheduler/Reminder
Type: Bug Report
0
Let's say that we have the common scenario of loading appointments and resources in RadScheduler.
For this purpose we have three tables - Appointments, Resources and AppointmensResources. Normally, (ADO.NET) we have three TableAdapters that fill our tables with data. However, currently we should order them like this: Resources, AppointmentsResources and Appointments. Otherwise, RadScheduler will not be able to load the resources for the existing appointments.

CLOSED: The AppointmentsResources table is not assigned anywhere to the scheduler so there is nothing it can notify when filled. However the table is needed in order to resolve the relations between appointments and resources. Therefore, it should be filled before the Appointments table or you can rebind the scheduler by using its DataBind method after you have filled all the tables.
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: 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.