Hi,
I have a Main form that is set to MDI Parent This has a RadRibbon and a RadDock.the Dock is set to Auto Detect Mdi Children
I then Load a Form which contains a DataGridView in a Panel. I want to change the RadRibbon on the Main form to a Context Menu for the DataGridView when it is clicked and when the Form is Clicked the menu should return to the Form context.
I can switch to the DataGridView using its GotFocusEvent
To switch back the Form it is on does not fire the GotFocus, Activated or Click Events. is is possible to find out when the user has clicked on a form?
Thanks
I have a Main form that is set to MDI Parent This has a RadRibbon and a RadDock.the Dock is set to Auto Detect Mdi Children
I then Load a Form which contains a DataGridView in a Panel. I want to change the RadRibbon on the Main form to a Context Menu for the DataGridView when it is clicked and when the Form is Clicked the menu should return to the Form context.
I can switch to the DataGridView using its GotFocusEvent
To switch back the Form it is on does not fire the GotFocus, Activated or Click Events. is is possible to find out when the user has clicked on a form?
Thanks