I would like to know if it is possible to right click on a radTreeView, WITHOUT slecting a node, and show a menu.
So far, I've only seen code that show a menu when a node is selected.
Is it possible?
Thank you princy it worked!
But i noticed that when i right click on a node, the menu apears.
Is there a way to show the menu only when there a right on the treeview and not on the nodes?
thank you
Shirya
ok, I found the event "OnClientShowing" .
I'll probably be able to cancel the menu showing if no node is selected.
But if there is a "cleaner" way to do it, please tell me :)