Ability to grouped the appointments in hierarchical groups.
As a <role> I want <ability> so that <benefit>.
In the current version of the control when DayStartTime/DayEndTime properties are set to the DayViewDefinition the DayStartTime applies only for the first day of the VisibleDays range and the DayEndTime for the last day. Available in the 2016 Q1 release: DayStartTime/DayEndTime properties are applied for each day in TimelineView.
Implement a way to strech the CurrentTimeIndicator via the whole RadScheduleView area. Available in the 2016 R2 release.
When using special slots RadScheduleView performs some heavy operations which should be optimized.
Like the EnableSmallAppointmentRendering property of the DayViewDefinition/WeekViewDefinition.
SelectedAppointments should not be read only.
When you have appointments with different heights in the horizontal view and you set the MinAppointmentHeight on the ScheduleView to the minimun appointments height, appointments with bigger heights are set to the minimum one.
It happens depending on particular placement of the Appointments. Available in LIB version 2016.1.208, it will be also available in the 2016 Q1 SP1 Release.
Create Category and TimeMarker group descriptions that allow grouping by Category and TimeMarker.
This should be per appointment logic. Currently this scenario can be achieved by customizing the default Appointment ControlTemplate. The exact approach is explained in the following article from the help documentation: http://www.telerik.com/help/silverlight/radscheduleview-howto-remove-delete-button.html A sample project can be found in our XAML SDK repository: https://github.com/telerik/xaml-sdk/tree/master/ScheduleView/RemoveDeleteButton
Currently it is possible to set only fixed width to the GroupHeaders.
Add property that will include the AllDayArea in the area to be scrolled with the time scroll so that the user can scroll it too.