
9 Answers, 1 is accepted
RadWindow is intended to replace the standard popup window and it works just like the browser's popup (window.open()). More information on the product and its usage is available here:
Demo
Documentation
Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

I see that my response from more than year ago was not quite precise, for which I apologize. Yes, RadWindow, being a DHTML object and not a browser's popup will not be caught by the standard popup blockers. It cannot, however, be moved outside of the browser's viewport and cannot be used as a standalone popup - it exists only in the page, shown in the browser.
Best wishes,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Did we mix something up?
Hm.. this is strange. Could you please provide more information on this?
- Do you experience the same problem on any of our demos?
- If yes, what is the popup blocker that you were testing with?
- If no, how exactly do you open the RadWindow and what is happening - does it show and immediately close, or it doesn't show at all?
Regards,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

<
telerik:RadWindow
runat
=
"server"
ID
=
"divDonation"
Width
=
"850px"
Height
=
"610px"
ReloadOnShow
=
"true"
Skin
=
"Windows7"
VisibleTitlebar
=
"false"
Modal
=
"True"
Behaviors
=
"Close,Move"
VisibleStatusbar
=
"false"
ShowContentDuringLoad
=
"false"
NavigateUrl
=
"/donate_jointeam.aspx"
Title
=
"Join Team"
>
</
telerik:RadWindow
>
Thanks!
The markup looks OK, but to be able to help, I will need the information I asked about in my previous reply. Could you please open a support ticket and send that info to me?
Thank you in advance.
Best wishes,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Hi,
How we send parameters in to Navigrate URL of Radwindow? For ed: NavigateURL = "www.dock_asn.aspx?ASN=12345&DUNS=9876".
The following article shows how to do that: https://docs.telerik.com/devtools/aspnet-ajax/controls/window/how-to/use-querystring-to-provide-arguments-to-radwindow.
Regards,
Marin Bratanov
Progress Telerik