I added a context menu to a RadGridView and when I handle the Click I show a dialog. The dialog pops up but somehow it does not have focus...even though I called ShowDialog. I actually have to click on the dialog for it to have focus. Also, the menu stays visible and it has focus. If I hit the ESC key the context menu goes away and then the dialog gains focus.
1) how should I be handling the menu item being selected so that this won't happen?
2) where is there real documentation on context menus?
1) how should I be handling the menu item being selected so that this won't happen?
2) where is there real documentation on context menus?