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

Need Radwindow as a normal asp.net popup window

9 Answers 123 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sunil Nahar
Top achievements
Rank 1
Sunil Nahar asked on 15 Feb 2010, 02:33 PM
Hi,

I want to make use of the RAD Window control just to open up my different forms where all the functionality will be on my various forms and i can show them in RAD Window control rather than in a normal popup window. This approach will help me get rid of the popup blocker problem which falls in with the normal popup window approach. Also i want to have the looks of these RAD Windows on my popup screens.

Kindly assist ASAP.

Thanks, 
Sunil Nahar.

9 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Feb 2010, 09:59 AM
Hello Sunil,

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.
0
neil fennessey
Top achievements
Rank 1
answered on 31 May 2011, 07:28 PM
I thought the whole purpose of radwindow was to circumvent the pop-up issues?  I just built a site using that PURPOSELY so that it wouldn't be in conflict with pop-up blockers?  Are you saying that pop-up blockers now universally will block a radwindow?
0
Georgi Tunev
Telerik team
answered on 01 Jun 2011, 09:29 AM
Hi Neil,

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.

0
neil fennessey
Top achievements
Rank 1
answered on 15 Jun 2011, 04:09 AM
Thanks for the response.  We had to rip out the radwindows because pop-up blockers caught them universally.  Did we implement them incorrectly?  It was across the board - everytime a radwindow was selected - it was caught by the pop-up window and that was it. 

Did we mix something up?
0
Georgi Tunev
Telerik team
answered on 15 Jun 2011, 11:31 AM

Hm.. this is strange. Could you please provide more information on this?
  1. Do you experience the same problem on any of our demos?
  2. If yes, what is the popup blocker that you were testing with?
  3. 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.

0
neil fennessey
Top achievements
Rank 1
answered on 24 Jun 2011, 03:30 PM
Sorry for taking a while to respond - we ripped out the radwindows across the board as no one could see the pop-ups.  Blocks across the board if you will.  Here's the call for the other page.

<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!
0
Georgi Tunev
Telerik team
answered on 27 Jun 2011, 02:02 PM
Hello Neil,

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.

0
Kiran
Top achievements
Rank 1
answered on 12 Dec 2018, 06:17 PM

Hi,

How we send parameters in to Navigrate URL of Radwindow? For ed: NavigateURL = "www.dock_asn.aspx?ASN=12345&DUNS=9876".

0
Marin Bratanov
Telerik team
answered on 14 Dec 2018, 02:48 PM
Hi Kiran,

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
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Window
Asked by
Sunil Nahar
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
neil fennessey
Top achievements
Rank 1
Kiran
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or