>Hi Andrew,
> You can recognize the node which is been right clicked in
>context menu handler with the help of the following code,
> //this indicates the node on which the user did a right-mouse down
>
> this.rightMouseDownNodeCached=this.treeViewAdv1.RMouseDownNode;
>
>Please take a look at the
Sample and Let me know if this works for you. Otherwise please provide more information regarding this issue or modify this sample which reproduces the issue and send it over to me.
>
>Thanks for using Syncfusion Products.
>
>Regards,
>
>Deepa.T.S
Hi, again!
I have new problem with RMouseDownNode. I have 3 treeViewAdv that are containing in dockingManager. First of them has focus and active node. The second and the third has not got active node. When I rightclick on node in the second tree RMouseDownNode return null in popupMenu handler, when I rightclicked second time I''ve got right reference to the node.