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

Modal window over another

3 Answers 107 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jack
Top achievements
Rank 1
Jack asked on 23 Feb 2009, 04:44 PM
Hi,

I had a problem with this situation. I tried to display a modal window over another modal window, that's works but  my second window isn't modal like my first. I set Modal="True" like my first window and this property doesn't take effect.

Do you have a workaround for me?

ty

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 24 Feb 2009, 11:11 AM
Hello Jack,

I am not quite sure what is your exact setup but I suggest to try execute your code with a little timeout as shown below:

    function FirstApproach() {  
        setTimeout(function(){  
            var oBrowserWnd = GetRadWindow().BrowserWindow;  
            oBrowserWnd.radopen("http://www.google.com""NewWindowOther");}, 0);  
        }  
 
        function SecondApproach() {  
           setTimeout(function(){  
            var oManager = GetRadWindow().get_windowManager();  
            oManager.open("http://www.google.com""NewWindowOther");}, 0);  
        }  
 
 
In case this does not help, please prepare a sample reproduction demo, open a new support ticket and send it to me along with detailed reproduction steps and explanations.


Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jack
Top achievements
Rank 1
answered on 24 Feb 2009, 06:29 PM
My 2 windows are modal="True"

First appear modal, i can't click into my caller page.
Second appear, but not modal, i can click into my first modal who is my caller page.

I want to block the click outside this window (the second) and make my second really modal. But the property Modal = "True" doesn't take effect.

I don't have a problem to show windows, i have problem with modal property of the second window over my first.

Sorry for the error of my explanation.

Thank you.
0
Svetlina Anati
Telerik team
answered on 27 Feb 2009, 01:03 PM
Hi Jack,

I prepared a sample test demo which shows opening to modal RadWindows in the most common scenario. However the problem is not reproduced there. Would you please examine my demo, modify it in order to reproduce the issue, open a new support ticket and send it to me? Once I understand your particular setup and I am able to analyze the issue locally, I will do my best to help.

Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Jack
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Jack
Top achievements
Rank 1
Share this question
or