Completed
Last Updated: 21 Jan 2011 04:22 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
3
Add CellFormatting event for the scheduler cells. (Similar to the CellFormatting event of the RadGridView)
Completed
Last Updated: 28 Apr 2010 02:48 by ADMIN
ADMIN
Created by: Dobry Zranchev
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
3
Functionality to add an exception to the first date of an appointment
Completed
Last Updated: 30 Apr 2014 15:27 by ADMIN
Completed
Last Updated: 08 May 2014 15:01 by ADMIN
As an example, if an appointment starts at 12 o'clock on one day and ends at 12 o'clock on the next day, it should be positioned to start in the middle of the first day cell and end in the middle of the next day, instead of filling both days.
Declined
Last Updated: 12 May 2014 10:56 by ADMIN
IMPORVE. RadScheduler - improve the selection of the cells into RadScheduler to support Ctrl-key.
This will allow to users to select cells/days with space between them.

CLOSED: The selection in scheduling components should be a single range of two dates in which users can create a single appointment after selected. There would be no purpose in multiple range selection as there are no actions the users can perform with them after selecting.
Completed
Last Updated: 08 Aug 2012 02:01 by ADMIN
ADMIN
Created by: Boryana
Comments: 0
Category: Scheduler/Reminder
Type: Feature Request
3
Allow customizing the Confirm Delete dialog
Completed
Last Updated: 10 May 2014 10:00 by ADMIN
With the current WeeklyPrintStyle, when you select a StartDate it "jumps" to the previous Monday. There should be a way (another style or improvement to the current weekly style) to select a different week start day.
Completed
Last Updated: 10 Jun 2014 18:39 by ADMIN
Currently if there are several appointments with equal start date, their order in TimelineView for example cannot be defined via a custom sort comparer.
Unplanned
Last Updated: 15 Aug 2017 09:33 by Jesse Dyck
It should be possible to set the step of the ruler in Day/Week view to two or more hours.
Completed
Last Updated: 10 Apr 2014 08:59 by ADMIN
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.
Completed
Last Updated: 10 Jun 2014 18:34 by ADMIN
Improve property change notifications in day view grouped by resource.
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: 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: 31 Jul 2012 03:21 by ADMIN
When ShowAllDayArea is false, and you add an appointment on a single day from 00:00 to 24:00, the appointment will appear twice.
Completed
Last Updated: 22 Aug 2012 10:33 by ADMIN
When you select multiple cells in MultiDayView and right-click somewhere to open the context menu, some of the cells will be deselected.
Completed
Last Updated: 31 May 2011 11:50 by Jesse Dyck
RadScheduler refreshes slow its visuals in grouped DayView when scrolling through the resources or changing the view's date.
Completed
Last Updated: 13 May 2014 13:09 by ADMIN
Use GetMultiDayView().Intervals.Add method to add intervals in multi day view. Set the time to be 0:00.
Completed
Last Updated: 15 Feb 2013 10:01 by ADMIN
1. Setup a new project with RadScheduler and bind it to a database.
2. Run the project and add an appointment.
3. Resize the appointment by dragging its bottom side down.
Completed
Last Updated: 08 May 2014 09:44 by ADMIN
Currently RadScheduler sets the start date to be the first day of the current week in day view. RadScheduler should allow users to change this behavior in order to show the full month.
Completed
Last Updated: 07 May 2014 12:05 by ADMIN
To reproduce:
RadSchedulerLocalizationProvider.CurrentProvider = new CustomSchedulerLocalizationProvider();

radScheduler1.Appointments.Add(new Appointment(DateTime.Now.AddDays(-5), DateTime.Now.AddDays(-4)));
radScheduler1.Appointments.Add(new Appointment(DateTime.Now.AddDays(5), DateTime.Now.AddDays(4)));

Workaround:
radScheduler1.SchedulerElement.Refresh();