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

Desperately need to enable drag and drop for touch

0 Answers 118 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 14 Dec 2011, 12:05 PM
Setting a style on a list box like so:

<Setter Property="telerik:RadDragAndDropManager.AllowDrag" Value="True" />

Works perfectly for a mouse click, hold and drag. But not for a touch. Has anybody got any ideas? I really really need help with this.

EDIT: By touch, I mean I am using a touchscreen overlay. I've just read elsewhere on the forum that the drag drop manager's 'drag' is defined my left mouse button down, this touchscreen does not simulate a mouse but instead fires it's own touch events so is there anyway I can get this drag to be triggered by a touch?? As I have laready implemented a rather complex custom drag drop behaviour between the listbox and radscheduleview.

No answers yet. Maybe you can help?

Tags
DragAndDrop
Asked by
Daniel
Top achievements
Rank 1
Share this question
or