Hello,
I am facing an issue with DragAndDrop in Touch mode in RadTreeView (happens also in RadList)
If I set the following properties on the RadTreeViewItems :
<Setter Property="telerik:DragDropManager.AllowDrag" Value="True" />
<Setter Property="telerik:DragDropManager.AllowCapturedDrag" Value="True" />
<Setter Property="telerik:DragDropManager.TouchDragTrigger" Value="TapAndHold"/>
the drag and drop works fine, and the touch drag trigger is correct.
However, in this case, Selection in the RadTreeView via touch input doesn't work anymore: only mouse input is functionnal.
Tapping on any item of the RadTreeView performs like a MouseOver
Double tapping on any item doesn't expand this item anymore.
This behavior can be observed in the "WPF Controls Example" / "DragAndDrop" / "Tree te Grid Drag" example : on touch, it is impossible to expand or collapse the nodes of the TreeView, nor to select any node.
Is there any workaround for this issue ?
Regards,
I am facing an issue with DragAndDrop in Touch mode in RadTreeView (happens also in RadList)
If I set the following properties on the RadTreeViewItems :
<Setter Property="telerik:DragDropManager.AllowDrag" Value="True" />
<Setter Property="telerik:DragDropManager.AllowCapturedDrag" Value="True" />
<Setter Property="telerik:DragDropManager.TouchDragTrigger" Value="TapAndHold"/>
the drag and drop works fine, and the touch drag trigger is correct.
However, in this case, Selection in the RadTreeView via touch input doesn't work anymore: only mouse input is functionnal.
Tapping on any item of the RadTreeView performs like a MouseOver
Double tapping on any item doesn't expand this item anymore.
This behavior can be observed in the "WPF Controls Example" / "DragAndDrop" / "Tree te Grid Drag" example : on touch, it is impossible to expand or collapse the nodes of the TreeView, nor to select any node.
Is there any workaround for this issue ?
Regards,