This question is locked. New answers and comments are not allowed.
We have a RadContextMenu with an Opened event, and some RadMenuItems underneath this ContextMenu, each with their own Command event. It is my understanding that the Opened event should be fired first, but sometimes the ContextMenus' Command events are fired before the Opened event. This is posing a problem as we have the Opened event select the item that is clicked if it is currently not, and the Command events are dependent on this happened. Any Ideas?