Declined
Last Updated: 23 Jan 2017 07:04 by ADMIN
The default value of the DragDropManager.TouchDragTrigger attached property is not respected. The default value is TapDown, but the touch drag starts on tap hold and move.

Since the 2017 R1 (2017.1.117) release the DragDropManager.TouchDragTrigger property is obsoleted. Use the TouchManager.DragStartTrigger property instead.
Declined
Last Updated: 29 May 2015 11:16 by ADMIN
Created by: Steven
Comments: 3
Category: DragDropManager
Type: Bug Report
0
I have developed a UI with features of Drag and drop from RadGridView to RadTreeView, it worked perfectly in old version (2011 Q3), after I upgraded to new version (2014 Q4), I got a warning message for the RadDragAndDropManager because of obsolete and the drag & drop cannot work now. My question is whether I must upgrade RadDragAndDropManager to DragDropManager suggested by some articles, or I still can use the RadDragAndDropManager without affecting the exsiting features. 
Please refer to attachment for details.