Completed
Last Updated: 05 May 2016 07:28 by ADMIN
Available in the 2016 R2 release.
Declined
Last Updated: 21 Jan 2016 12:54 by ADMIN
Completed
Last Updated: 01 Feb 2016 15:24 by ADMIN
Available in LIB version 2016.1.201, it will be also available in the 2016 SP1 Release.
Completed
Last Updated: 19 Jan 2016 09:52 by ADMIN
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.
Completed
Last Updated: 06 Mar 2015 15:19 by ADMIN
If we add a lot of appointments (1000) in the SelectedAppointments collection via code, the ScheduleView control freezes for few seconds.
Completed
Last Updated: 03 Apr 2015 08:33 by ADMIN
Completed
Last Updated: 17 Aug 2015 12:24 by ADMIN
Available in LIB version 2015.2.817, it will be also available in the 2015 Q3 Release.
Completed
Last Updated: 08 Feb 2016 16:05 by ADMIN
Available in LIB version 2016.1.208, it will be also available in the 2016 Q1 SP1 Release.
Declined
Last Updated: 08 Mar 2016 09:40 by ADMIN
Created by: Preeti
Comments: 6
Category: ScheduleView
Type: Feature Request
0
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.
Completed
Last Updated: 26 May 2020 08:34 by ADMIN
Release LIB 2020.2.525 (5/26/2020)
A XamlParseException is raised when binding to the ShowAppointmentDeleteButton property of the RadScheduleView. 
Completed
Last Updated: 04 Sep 2020 10:23 by ADMIN
Release LIB 2020.2.907 (09/07/2020)

The group header button in the Agenda view is not localized in some Telerik themes.

To work this around, extract the default GroupHeaderTemplateSelector from the Telerik.Windows.Controls.ScheduleView.xaml file. Then replace the Text binding of the second TextBlock in the AgendaViewHorizontalTopDateTemplate. It should be:

<telerik:GroupHeaderTemplateSelector.AgendaViewHorizontalTopDateTemplate>
	<DataTemplate>
		<ContentPresenter>
			<ContentPresenter.Content>
				<StackPanel Orientation="Horizontal" VerticalAlignment="Top" Margin="8 0 10 0">
					<TextBlock Margin="0 0 7 0" FontSize="40" Text="{Binding Name, StringFormat='{}{0:dd}'}" />
					<StackPanel Orientation="Vertical" Margin="0 10 0 0" VerticalAlignment="Top">
						<TextBlock Text="{Binding Name, StringFormat='{}{0:dddd}'}" />
						<TextBlock Text="{Binding Name, StringFormat='{}{0:MMMM, yyyy}'}" />
					</StackPanel>
				</StackPanel>
			</ContentPresenter.Content>
		</ContentPresenter>
	</DataTemplate>
</telerik:GroupHeaderTemplateSelector.AgendaViewHorizontalTopDateTemplate>

Declined
Last Updated: 09 Nov 2020 14:08 by ADMIN
Created by: Tomas von Peltzer
Comments: 2
Category: ScheduleView
Type: Feature Request
0
For example if Resource "Stol 2" does not have any Appointments it should not appear in the view


Completed
Last Updated: 15 Feb 2021 07:53 by ADMIN
Release LIB 2021.1.215 (2/15/2021)
In scenarios where there isn't a scrollbar displayed and the current day is switched, the view is not refreshed (the groups are not displayed). After that resizing the window refreshes the view. 
Completed
Last Updated: 05 Feb 2021 15:12 by ADMIN
Release LIB 2021.1.208 (2/8/2021)
The dialog opened for editing an occurrence from a series is not modal. 
Completed
Last Updated: 21 Apr 2022 18:11 by ADMIN
Release LIB 2022.1.425 (25 Apr 2022)
Previously if you use MonthViewDefinition with DayStartTime 21:00 and DayEndTime 08:00 and span an appointment in this interval, the appointment was drawn into the slot of the first day. Now, the appointment spans across two days.
Unplanned
Last Updated: 16 Feb 2023 11:01 by Stenly
Currently, RadScheduleView will not adjust the start and end date of the appointments depending on the time zone, in which they were created.
Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
Select a slot in WeekViewDefinition. Alt + click the last slot on the same row:
Expected - all slots from the first select to the last clicked including should be selected.
Actual: Selection contains only the  first slot plus the slot below it on the next row:


Expected: