Add CellFormatting event for the scheduler cells. (Similar to the CellFormatting event of the RadGridView)
Functionality to add an exception to the first date of an appointment
ADD. Scheduler - add possibility to increase the height of the line showing the current time
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.
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.
Allow customizing the Confirm Delete dialog
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.
Currently if there are several appointments with equal start date, their order in TimelineView for example cannot be defined via a custom sort comparer.
It should be possible to set the step of the ruler in Day/Week view to two or more hours.
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.
Improve property change notifications in day view grouped by resource.
Implement functionality to Drag&Drop appointments to the next/previous date range of the current view of RadScheduler.
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.
When ShowAllDayArea is false, and you add an appointment on a single day from 00:00 to 24:00, the appointment will appear twice.
When you select multiple cells in MultiDayView and right-click somewhere to open the context menu, some of the cells will be deselected.
RadScheduler refreshes slow its visuals in grouped DayView when scrolling through the resources or changing the view's date.
Use GetMultiDayView().Intervals.Add method to add intervals in multi day view. Set the time to be 0:00.
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.
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.
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();