RadTreeView for ASP.NET

NodeContextClick Send comments on this topic.
Telerik RadTreeView Server-Side > Server-Side Events > NodeContextClick

Glossary Item Box

NodeContextClick

The control fires the NodeContextClick event when the end-users click on a ContextMenuItem of a TreeNode. Thee ContextMenuItem has to be marked with the PostBack ="True" attribute. See this example:  

  Copy Code
<ContextMenus>
  
<Menu Name="City">
     
...
     
<Item Image="iconClubs.gif" Text="Clubs" PostBack="True" />
  
</Menu>
</
ContextMenus>

See live example at:
Context Menu