I have treeview with drag and drop enabled and also set the "multiSelect" property to true to select multiple node while drag. I need to show no. of selected nodes to drag like in windows file system while doing drag and drop operation.
Thanks,
1 Answer, 1 is accepted
0
Svett
Telerik team
answered on 21 Sep 2012, 01:10 PM
Hello Sanjay,
You can use the PreviewDragHint event of RadTreeViewDragDropService to create a custom drag hint image in the following way: