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

window popup and still able to use parent

4 Answers 54 Views
Window
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 13 May 2009, 04:15 PM
can i make it so that when the window popup i still can use the parent page? thanks.

4 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 14 May 2009, 06:59 AM
Hi Duy,

I guess you want to use parent page when the pop-up is opened. You can do this if you set the Modal property of RaDwindow to false. If you are not using the Modal window, then use the Minimize button to minimize the window and get access to parent window. You can set the Behaviours property of RadWindow accordingly which determines what icons appear on the title bar. Let me know your comments.

Thanks,
Shinu.
0
Accepted
Fiko
Telerik team
answered on 14 May 2009, 07:04 AM
Hi Duy,

The RadWindow control does not have modal behavior by default, but in case that you set the Modal property to "true" then you cannot interact with the parent page. In your case, I suppose that you used that property with value "true".

In case that you point the predefined dialogs(radalert...), you need to use the following approach (those dialogs are modal by default) :

var oAlert = radalert("Rad Alert"); 
oAlert.set_modal(false); 

I hope this information helps.

Regards,
Fiko
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
appdev
Top achievements
Rank 1
answered on 14 May 2009, 01:07 PM
can you drag that popup window outside of the parent window?
0
Georgi Tunev
Telerik team
answered on 14 May 2009, 01:31 PM
Hi Duy,

No, you cannot do that - the RadWindow can only exist in the page from which it was called - it cannot be dragged outside of the browser window.


Sincerely yours,
Georgi Tunev
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
appdev
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Fiko
Telerik team
appdev
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or