This is a migrated thread and some comments may be shown as answers.

Doubleclick on Touchscreen does not work

1 Answer 283 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roland Klug
Top achievements
Rank 1
Roland Klug asked on 12 Feb 2014, 10:06 AM
When double touching on a row the mousedoubleclick event is not fired. Do I have to configure anything to support this scenario?

Also the following error is shown in the output window:

System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Remove'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='61706161'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Media.Animation.Storyboard'; TargetElement.HashCode='61706161'; TargetElement.Type='System.Windows.Media.Animation.Storyboard'

Best regards,
Roland

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 17 Feb 2014, 08:46 AM
Hello Roland,

The mouse double click event won't be fired because the touch events are getting suspended when a touch interaction has been initiated. 
We are currently working on exposing a public API for our touch manager, that will allow a more transparent workflow with the touch interactions. We are aiming at releasing it publicly in our Q2 2014, however we cannot commit to a specifig release date at the moment. 

Furthermore, you can disable the touch interactions handling on our side by setting (TouchManager.IsTouchHitTestVisible to false on RadGridView). This however will disable any internal out of the box functionality like the TouchScrolling, and the Drag And Drop interactions on Grouping and Reordering Columns. 

Hope this makes sense! 

Regards,
Nik
Telerik

Check out the new Telerik Platform - the only modular platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native apps. Register for the free online keynote and webinar to learn more about the Platform on Wednesday, February 12, 2014 at 11:00 a.m. ET (8:00 a.m. PT).

Tags
GridView
Asked by
Roland Klug
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or