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

confirm drad and drop server side

1 Answer 94 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Luigi
Top achievements
Rank 1
Luigi asked on 26 Jan 2011, 01:38 PM
Sorry for my english
The drag and drop in the treeview is sucessfully when I confirm this with window confirm create in server side, because I must examine some conditions on source and destination node.
How can I add this runtime confirmation window, assuming I have an ajax update panel?
Thanks
Silvia

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 31 Jan 2011, 06:38 AM
Hello Luigi,


How about ataching "OnClientNodeDragStart" event to RadTreeView and showing confirm? You can easily cancel the event using set_cancel() method.

OnClientNodeDragStart
 


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