This is a migrated thread and some comments may be shown as answers.

Change Mouse Cursor When Drag and Drop perform in RadTreeView

1 Answer 192 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Rakesh
Top achievements
Rank 1
Rakesh asked on 03 Jun 2013, 12:20 PM
Hello ,

I want to change mouse cursor when i perform drag and drop functionality in radtreeview control ,
actually i show validation image  with cursor that this is valid drag and drop or not 
Please give solution as soon as 

Thanks Regards
Rakesh Jogani

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Jun 2013, 09:41 AM
Hi Rakesh,

Try the following javascrip to change the mouse cursor.
JS:
function OnClientNodeDragging(sender, args)
{
  sender._element.style.cursor="pointer"; //cursorStyle
}

Thanks,
Shinu.
Tags
TreeView
Asked by
Rakesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or