Completed
Last Updated: 19 Jan 2016 09:52 by ADMIN
ADMIN
Alek
Created on: 04 Sep 2014 08:28
Category: ScheduleView
Type: Feature Request
0
Make it possible to change the touch behavior of the RadScheduleView
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.
1 comment
ADMIN
Georgi
Posted on: 19 Jan 2016 09:52
The described behavior can be achieved setting the TouchDragTrigger property value to TapDown:
 <Style TargetType="telerik:AppointmentItem" BasedOn="{StaticResource AppointmentItemBaseStyle}">
             <Setter Property="telerik:DragDropManager.TouchDragTrigger" Value="TapDown"/>
</Style>
This should be set to the AppointmentItem using AppointmentStyleSelector as shown in this article -> http://docs.telerik.com/devtools/wpf/controls/radscheduleview/styles-and-templates/appointment-style.html