Hello Kevin,
You could handle this in "
OnClientNodeDropping" event of RadTreeView. You cna easily cancel the event using "
set_cancel()" method based on your conditions.
Check out the following help article for more on this.
OnClientNodeDropping.
Thanks,
Princy.