Hi Everyone
I need to block the popup options like Remove Group, Add Group, Add Item, Remove Item in the Explorer Bar at runtime.
I tried a number of options i was not able to get it.
Please help me to solve this issue.
Ferdin
The control exposes events that allow you to customize the context menu behavior - ContextMenuInitializing and NavigationContextMenuInitializing. The events are cancelable so you can prevent the context menu from displaying altogether, or you can add/remove/disable menu items.