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.
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.
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
Create Category and TimeMarker group descriptions that allow grouping by Category and TimeMarker.
In TimelineView if the current visible day is the first day in the VisibleRange and the DayStartTime is changed at runtime the current visible day is moved incorrectly to the next day. Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
This is caused by the fact that the current date is also change when switching the view and they both fire the command. Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
Available in LIB version 2015.3.1026, it will be also available in the 2015 Q3 SP.
In TimeLineView when try to ScrollIntoView appointment that is not in the VisibleRange the view is scrolled and a white Gap shows in the TimelineView. Available in LIB version 2016.1.208, it will be also available in the 2016 Q1 SP1 Release.
Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
If the ViewDefinitions are declared in XAML, the binding is ok. Available in LIB version 2016.1.208, it will be also available in the 2016 Q1 SP1 Release.
With the current implementation fires constantly while dragging over the ScheduleView. Available in the R1 2017 SP1 Release.