Currently, only one resource can be printed on a single page. It should be possible to print the appointments for more than one resource on a single page, just like RadScheduler allows you to set the number of resources per view.
The AppointmentSelecting/AppointmentSelected events should not fire when dropping or resizing an appointment.
The occurrences and the navigation arrows are not displayed correctly when using YearlyRecurrence with the "First Monday of January" rule. The issue also appears with similar rule types.
When the size of RadScheduler in DayView is larger than the desired size of the appointments table, a blank area is shown at the bottom of the control.
To reproduce the issue, add a RadDock with one tool window, add a RadSchedulerNavigator inside that window, run the project and unpin/pin the tool window. You will see that the selected timezone has changed. To workaround the issue, remove the AssociatedScheduler of RadSchedulerNavigator at design time and then add this code in the form's constructor: this.radSchedulerNavigator1.BindingContext = new BindingContext(); this.radSchedulerNavigator1.AssociatedScheduler = this.radScheduler1;
If you add a remind object with a start date 5 hours and 10 minutes ahead of DateTime.Now, the alarm form will show only the minutes.
Currently RadScheduler can only group the appointments first by resource and then by date. It should be possible to group the appointments in day view and in week view first by date and then by resource.
The functionality provided by the EditRecurrenceDialog should also be available in a user control. This would allow the users to embed it in their applications.
An exception is thrown when you try to print an appointment whose BackgroundId or StatusId are not amongst the Backgrounds and Statuses collections of RadScheduler.
Add an option to allow the end user to select multiple appointments using CTRL + mouse click. The user should also be able to delete all the selected appointments at once.
You cannot hide the day headers by setting RadScheduler.GetDayView().ShowHeader = false if grouping by resource is enabled.
If you add a recurring appointment in RadScheduler and you set its Visible property to false, the occurrences will still be visible.
It should be possible to set the step of the ruler in Day/Week view to two or more hours.
FIX. RadScheduler - AppointmentDeleted is fired even though the user cancelled the deletion (pressed Cancel on the dialog)
1. Open the Timeline example for RadScheduler in our QSF. 2. Click the right mouse button. 3. Hover the last menu item without clicking it. 4. A submenu appears, try to hover one of its items.
The AppoitnemtSelected event is not fired in MultiDayView.
multiDayView.AllowAppointmentResize = false will not prevent the appointments in MultiDayView from being resized and you should set radScheduler.AllowAppointmentResize instead.
If you drag an appointment to the AllDay area or if you modify its dates, the AllDay property is not updated.
When you select multiple cells in MultiDayView and right-click somewhere to open the context menu, some of the cells will be deselected.
When the Open Item button in the reminder dialog is clicked, the recurring appointment is opened without asking whether you want to open the occurange or the series