Hi!
I'm using Telerik WinForms Q1 2013 SP1.
I've inserted a RadMenu with a RadMenueButtonItem in my Main WindowsForm.
When the RadMenueButtonItem is clicked a Form is shown with newForm.ShowDialog();
The problem i have: the radMenue is still open until i click on the Form.
How can i close the RadMenue when a RadMenueButtonItem is clicked?
I've tried to set the Focus on the new Form, but didn't help.
Only a click event on the new shown Form closes the RadMenu.
Thanks a lot for any help...
I'm using Telerik WinForms Q1 2013 SP1.
I've inserted a RadMenu with a RadMenueButtonItem in my Main WindowsForm.
When the RadMenueButtonItem is clicked a Form is shown with newForm.ShowDialog();
The problem i have: the radMenue is still open until i click on the Form.
How can i close the RadMenue when a RadMenueButtonItem is clicked?
I've tried to set the Focus on the new Form, but didn't help.
Only a click event on the new shown Form closes the RadMenu.
Thanks a lot for any help...