With the RadGrid, is it possible to change the look of the thing you're dragging when using Row dragging? Or does it have to be an exact copy of the row item?
1 Answer, 1 is accepted
0
Marin
Telerik team
answered on 17 Aug 2012, 10:26 AM
Hi,
Currently the RadGrid control does not provide a separate row drag template so the drag clue is an exact copy of the row that you started to drag.
You can try to manually change the look of this element by handling any of the clients-side events of the grid that are raised when dragging the row. You can access the element that holds the dragged rows on the client by its id which ends with "_DraggedRows"
Greetings,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.