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.
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: 26 Oct 2011 05:44 by ADMIN
The associated color of custom status with StatusId of 2 is not drawn on RadScheduler's AppointmentElements.
Completed
Last Updated: 19 Oct 2011 04:00 by ADMIN
'This Month' button in RadScheduler's MonthView does not set the correct number of weeks.
Completed
Last Updated: 17 Oct 2011 09:40 by ADMIN
Expose events that are fired when the user click the navigation elements in RadScheduler.
Completed
Last Updated: 07 May 2014 12:35 by ADMIN
Implement functionality to Drag&Drop appointments to the next/previous date range of the current view of RadScheduler.
Completed
Last Updated: 17 Jun 2014 10:43 by ADMIN
Add the possibility to set vertical spacing between appointments in RadScheduler.
Completed
Last Updated: 15 Sep 2011 03:43 by ADMIN
Add possibility to manipulate appointments' height in the MonthView of RadScheduler.
Completed
Last Updated: 14 Sep 2011 04:25 by ADMIN
The SelectAppointment method of SchedulerUIHelper class does not fire the AppointmentSelected event.
Completed
Last Updated: 12 Sep 2011 04:41 by ADMIN
Add possibility to customize the action of the overflow button in a month cell of RadScheduler.
Completed
Last Updated: 19 Dec 2017 14:35 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 1
Category: Scheduler/Reminder
Type: Feature Request
6
Implement search function in RadSchedulerNavigator.
Completed
Last Updated: 17 Jun 2014 11:08 by ADMIN
Currently, the Sunday item appears before the Monday item. For some cultures the Sunday item should appear after the Saturday item.
Completed
Last Updated: 03 Aug 2011 07:54 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: Scheduler/Reminder
Type: Bug Report
0
Setting the ActiveView of a grouped by resources RadScheduler to WeekView causes the control to freeze for a few seconds.
Declined
Last Updated: 09 May 2014 12:59 by ADMIN
Changes to the Resources collection of RadScheduler are not reflected to the data source.

CLOSED: RadScheduler does not provide functionality for editing Resources and therefore this functionality should not be handled by the control but rather by the business logic of your application.
Completed
Last Updated: 20 Jul 2011 04:51 by ADMIN
Creating appointments inline throws exception when binding to custom fields.
Completed
Last Updated: 13 Jul 2011 10:08 by ADMIN
FIX. Exception in RadScheduler when changing from Timeline to any other view and all views have been initialized in advance.
Completed
Last Updated: 24 Jun 2011 03:34 by ADMIN
Add the possibility to cancel appointments' moving when grouping by resource is enabled.