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

Touch screen not working on FlowDirection="RightToLeft"

0 Answers 31 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pavel
Top achievements
Rank 1
Pavel asked on 12 Dec 2013, 04:51 PM
I have a question about GridView control. When I set the property FlowDirection="RightToLeft" the Grid is not possible to to click with touch. With mouse click working fine. Please tell me is there some solution about this. The following is the code with properties that I am using for the Grid.

<telerik:RadGridView x:Name="grdProjects" EditTriggers="None" FlowDirection="RightToLeft" ShowColumnFooters="True"
                             telerik:StyleManager.Theme="Windows8Touch" AutoGenerateColumns="False" RowIndicatorVisibility="Collapsed" SelectionChanged="grdProjects_SelectionChanged" >

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Pavel
Top achievements
Rank 1
Share this question
or