Implement a way to strech the CurrentTimeIndicator via the whole RadScheduleView area. Available in the 2016 R2 release.
Add ability to display arrows to the scheduleview when there are appointments outside the visible area http://www.telerik.com/community/forums/wpf/scheduleview/mark-to-see-items-out-of-visible-range.aspx
Implement a way to hide weekends from MonthView
I know that there is few properties which can be stored into database (start time, end time, subject). My main goal is to store priority and timemarker data also but it seems there is no way to get them. I've noticed that if time marker is added into appo
Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
When using special slots RadScheduleView performs some heavy operations which should be optimized.
When you first load,The slots on readonly area still can be open.After selected a Appt on readonly area ,the slots onr eadonly area become disable(read only). When you seletced a appt on left area ,the slots on right area are enable open. The issue can be observed following this - http://demos.telerik.com/silverlight/#ScheduleView/SpecialSlots. Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
When creating an recurrent appointment on the 31st of the month Outlook gives the user a warning: "Some months have fewer than 31 days. For these months, the occurrence will fall on the last day of the month." And as the message indicates, the event occurrences would start on the last day of the month when the 31st does not exist. This will set the occurrences at the end of each month regardless of the length of the month.
If RadScheduleView is placed in popup and drag a task a System.InvalidOperationException: The specified Visual is not an ancestor of this Visual exception is thrown. Available in LIB version 2016.1.208, it will be also available in the 2016 Q1 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.
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.
Currently it is possible to set only fixed width to the GroupHeaders.
Make it possible to render custom elements in the TimeRuler of the control. Possible uses could be when you want to render an indicator like the CurrentTimeIndicator but for different time zone.
New ViewDefinition which shows an overview of a complete year. There should be a separate Calendar for each month and the days which have appointments should appear in Bold style.
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
The scroll goes only to the top or to the bottom.
When edit the a recurrent appointment by dragging or resizing it, existing exceptions are not cleared. They are cleared only when edit the appointment by its dialog.