Is there anyway to customize a DragPreview in WPF when using Telerik RadTreeView?
I've set the IsDragPreviewEnabled to true, but as you can see from the image, all it does is display the namespace in a button rather than a preview of the actual item being dragged (which in this case is a row of a grid.

I'm happy to not necessarily show a preview of the item I'm dragging - it would be good enough to show a standard image, just to give the user some feedback that the drag was taking place.
Any ideas how I could achieve this?
Thanks