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

2nd Modal Dialog when the parent dialog is maximized.

2 Answers 55 Views
Window
This is a migrated thread and some comments may be shown as answers.
Amar
Top achievements
Rank 1
Amar asked on 22 Jan 2009, 12:29 PM
Hi,

Basically, i have noticed that when you have a modal dialog open using radopen (then maximize it) and then you open another child dialog using parentRandWindowManager.open method, the new dialog stays behind the maximized dialog.
In addition to the child dialog not showing up on top, it breaks the modal rule and allows you to interact with both child and the parent.

link removed by Telerik

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Jan 2009, 01:12 PM
Hi Amar,

I have edited your post - please do not post links in the forum that point to projects with Dev version of RadControls.

As for the problem itself, by design when a RadWindow is maximized it will be displayed on top of every other control on the page, including a second modal RadWindow that you wish to open. If you need such scenario, I suggest to open the second RadWindow in the context of the content page, not the parent one.



Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Amar
Top achievements
Rank 1
answered on 22 Jan 2009, 01:24 PM
Hi,
 
thanks, i have removed the zip file from my server.

I could use radopen in the parent modal dialog but then there is not much space left for the new dialog. which is why i was opening the 2nd dialog using the method provided in the documentation.

Anyways, its not a big issue for me, just thought maybe it was not intended behaviour.

Tags
Window
Asked by
Amar
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Amar
Top achievements
Rank 1
Share this question
or