I have one ContextMenu which is displayed on multiple docking panels.
But not all menuitems should be enabled on all windows
So how to disable some items when the ContextMenu is shown.
Suppose RadPane1 and radPane2 are displaying contextMenu, so how to disable item1 on menu if RadPenl1 is right clicked
and disable item2 on menu if Radpane2 is right clicked.
But not all menuitems should be enabled on all windows
So how to disable some items when the ContextMenu is shown.
Suppose RadPane1 and radPane2 are displaying contextMenu, so how to disable item1 on menu if RadPenl1 is right clicked
and disable item2 on menu if Radpane2 is right clicked.