This is a migrated thread and some comments may be shown as answers.

Dialog Windows Falls Behind Calling Window

2 Answers 74 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 09 Nov 2012, 10:12 AM
Hi,

I'm having issues with RadWindow Predefined Dialogs when stepping through code.

Whenever I call Predefined Dialogs such as RadWindow.Alert(), I find that the window falls behind the calling window becoming inaccessible and thus I am unable to confirm the dialog window and the application has to be restarted.

Can anyone else confirm this behaviour when stepping through code?
If I let the code run as normal, i.e. by not stepping through the code then everything works fine.

Thanks for your time,

Rob

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 14 Nov 2012, 12:12 PM
Hello Rob,

We are not aware of such problem with the RadWindow while debugging, but please note that this could happen if there is a line of code that activates the main window and/or gets the focus. 

I would suggest passing an Owner via the DialogParameters to the RadAlert window. This will ensure that the modal window stays on top of its owner.

All the best,
George
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Robert
Top achievements
Rank 1
answered on 21 Nov 2012, 02:49 PM
Thanks for getting back to me. I will give your solution a try and get back to this thread when I have an update.

Thanks again,

Rob
Tags
Window
Asked by
Robert
Top achievements
Rank 1
Answers by
George
Telerik team
Robert
Top achievements
Rank 1
Share this question
or