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

rad window is not opening on the first click

3 Answers 79 Views
Window
This is a migrated thread and some comments may be shown as answers.
Pavan Kompella
Top achievements
Rank 1
Pavan Kompella asked on 30 Sep 2009, 02:09 PM
Hi,
I have create a radwindow using the following code
<radw:radwindowmanager id="RadWindowManager1" LicenseFile="~/RadControls/LicenseFile.xml" runat="server">
    <Windows>
        <radw:RadWindow runat="server" NavigateUrl="CandidateReportAdvancedOptions.aspx" ReloadOnShow="true" ID="RadWindow3" SkinsPath="~/RadControls/Window/Skins" Top="" Left="" Title="Candidate Report Advanced Options" Height="270px" Width="400px" Modal="True" VisibleStatusbar="False" Behavior="Close" />
</Windows>
</radw:radwindowmanager>

and opening the window from a javascript function on clicking a link button.

the rad window works fine with IE and firefox but in SAFARI the window is not opening in  the first time click instead it opens when we click the link for the second time.

which property is to be used or which code is needed to be added to display the rad window in the first time click of a link.

Thanks in advance

 

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 01 Oct 2009, 08:27 AM
Hello Pavan,

I see that you are using the classic version of the control. The problem is a known one and it existed in RadWindow for ASP.NET only. If you upgrade to RadWindow for ASP.NET AJAX, everything will work as expected - unfortunately there is no workaround for RadWindow for ASP.NET due to limitations in the control and the browser itself.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Pavan Kompella
Top achievements
Rank 1
answered on 01 Oct 2009, 11:27 AM
Is " RadWindow for ASP.NET AJAX" a new rad control or it works fine when we place radwindow with in Ajax Update Panel.
0
Georgi Tunev
Telerik team
answered on 01 Oct 2009, 01:44 PM
Hi Pavan,

RadWindow for ASP.NET AJAX is the successor of RadWindow of ASP.NET. It is part of the RadControls for ASP.NET AJAX suite and the new line of products offers much more stability and new functionality. It is a prerequisite to have ASP.NET AJAX installed when using Telerik RadControls for ASP.NET AJAX.
More information on the subject is available in the FAQs and in the documentation.

Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Pavan Kompella
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Pavan Kompella
Top achievements
Rank 1
Share this question
or