Here is the link to the example in the XAML SDK Repository: https://github.com/telerik/xaml-sdk/tree/master/ScheduleView/Database
hi, I have use telerik scheduler for wpf platforms and in timelineview if I add timeslots in 11:00 to 3:00 pm then its shows in scheduler from 11:00 to 2:59 but not shows 3:00. how 3:00 will also appear on the scheduler.
Allow drag and drop of an AllDayEvent from/to the AllDayArea.
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.
The end day of the appointment is not rendered in the DayViewDefinitions and WeekViewDefinitions in some scenarios. For example, if you create a two day appointment (lets say 1 Nov 2025 to 3 Nov 2025), in the WeekViewDefinition you will see appointment containers only for 1 and 2 Nov. The same goes for the DayViewDefinition. In comparison the MonthViewDefinition shows all appointment visuals.
This often happens when the appointment continues to another data range in the view (for example in the next day or next week).
Available in LIB version 2015.2.817, it will be also available in the 2015 Q3 Release.
For a customer project we would like to be able to have the ability to add exceptions to the recurrencepattern of a scheduleview SpecialSlot. This would be used for displaying different types of working hours which have a recurrence but on occasion also have a exception. Could this feature be added? Regards, Johan Lollinga Ideo B.V.
If we add a lot of appointments (1000) in the SelectedAppointments collection via code, the ScheduleView control freezes for few seconds.
The resize (splitter) controls would be used to select (get) the time space which they wrap. For example please refer the attached screenshot.
Example scenario: in the current implementation of the RadScheduleView when touch and drag over an appointment the scrolling action is triggered. The target of this implementation is to change the behavior so when doing the same actions you should drag the appointment.
Render the TimeRuler of the two specific days during the year in DayViewDefinition in the following way: When setting back the clock: 00:00 01:00 02:00 (02:00) 03:00 04:00 ... And when setting it forward it would be: 00:00 01:00 03:00 04:00 ...
When a time line view is used with resource descriptors and a single resource contains multiple appointments ScrollIntoView scrolls to the wrong position. The resource slot is scrolled in the view but the appointment is not in view when the slot is large. Attached is a sample project demonstrating the problem.