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.
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.
When TextWrap is true, the text of the appointments in month view and timeline view is displayed outside of the appointment area.
The appointment's data item is not changed when you drag and drop an appointment from one resource view of MonthView to another.
When you subscribe to the AppointmentMoved or AppointmentDropped event of RadScheduler, the DataItem property of the appointment in the event args is always null.
The associated color of custom status with StatusId of 2 is not drawn on RadScheduler's AppointmentElements.
'This Month' button in RadScheduler's MonthView does not set the correct number of weeks.
Expose events that are fired when the user click the navigation elements in RadScheduler.
Implement functionality to Drag&Drop appointments to the next/previous date range of the current view of RadScheduler.
Add the possibility to set vertical spacing between appointments in RadScheduler.
Add possibility to manipulate appointments' height in the MonthView of RadScheduler.
The SelectAppointment method of SchedulerUIHelper class does not fire the AppointmentSelected event.
Add possibility to customize the action of the overflow button in a month cell of RadScheduler.
Implement search function in RadSchedulerNavigator.
Currently, the Sunday item appears before the Monday item. For some cultures the Sunday item should appear after the Saturday item.
Setting the ActiveView of a grouped by resources RadScheduler to WeekView causes the control to freeze for a few seconds.
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.
Creating appointments inline throws exception when binding to custom fields.
FIX. Exception in RadScheduler when changing from Timeline to any other view and all views have been initialized in advance.
Add the possibility to cancel appointments' moving when grouping by resource is enabled.