The TreeView on the right has an Easy Menu attached to each of its nodes.
By default, when right clicking a tree node the menu will be displayed, but the node will not be selected.
Use property SelectTreeNode to change this behavior.
Set it to true if you need to select the TreeView node after menu display.
<oem:EasyMenu id="EasyMenu1" runat="server" SelectTreeNode="true" ...
|
 | | Hello, I am Root node! |
|  | | Recycle :) |
|
|