This example shows how to customize drag&drop in Grid and TreeList controls, so that a dragged row is shown as a cursor. To do so, you need to override the corresponding DragDropManager class to pass RowData to DragElement instead of the row content and change its template to draw rows in the same way as they are drawn in Grid.
Question Comments
Added By: Mikhail Shubin at: 9/22/2015 12:00:11 PM
Nice solution!