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:

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.
Completed
Last Updated: 21 Jan 2016 13:43 by ADMIN
Completed
Last Updated: 12 Jan 2016 16:41 by ADMIN
The resized Appointments is not present in the DragDropState.
Completed
Last Updated: 03 Apr 2015 08:33 by ADMIN
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: 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: 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: 05 May 2016 07:28 by ADMIN
Available in the 2016 R2 release.
Completed
Last Updated: 05 May 2016 07:31 by ADMIN
ADMIN
Created by: Alek
Comments: 0
Category: ScheduleView
Type: Feature Request
0
Available in the 2016 R2 release.
Completed
Last Updated: 17 Nov 2014 07:16 by ADMIN
For example, in DayViewDefinition, while dragging an appointment close to the Day header.
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>

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.
1 2 3 4