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

issue with RadWindow in IE9

3 Answers 87 Views
Window
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 10 Oct 2011, 11:05 AM
I have an issue with RadWindow in IE9. I have one aspx page with one Iframe. There are some office docs and pdf docs in that iframe. I have some RadWindows on its master page. Now when Radwindow comes on top of the Iframe then the lower border of Radwindow is overlapped by the inner content of RadWindow. This issue comes with the Browser IE9 only. It is working fine with IE7 and IE8.

I am using version v4.0.30319 (2010.3.1317.40).
Please find attached image for batter understanding.

Following code is used to show RadWindow:
html:
<telerik:RadWindow runat="server" ID="rdWMy_Account" Overlay="true"  Behaviors="Close" Title="test"
                ReloadOnShow="true">
 </telerik:RadWindow>

JS:
            var oWnd = $find("<%= rdWMy_Account.ClientID %>");
            oWnd.show();
            oWnd.setSize(600, 444);
            oWnd.setUrl("<%=Request.ApplicationPath %>"+ '/GlobalSec/My_Account.aspx');
            //oWnd.setUrl('../GlobalSec/My_Account.aspx');
            oWnd.center();

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Oct 2011, 12:00 PM
Hello Prashant,

IE 9, FireFox 4 and Google Chrome10 are supported by controls starting Q1 2011. If you would like to ensure that our AJAX controls are compatible with the new major versions of these three browsers, you will need to migrate at least to version 2011.1.315. With older versions these browsers are only partially supported.

Updating RadControls for ASP.NET AJAX to another version or license.

Regards,
Princy.
0
Prashant
Top achievements
Rank 1
answered on 10 Oct 2011, 01:48 PM
Hi Princy,

Thank you for your quick response.
Is there any workaround available for the same.

Regards,
Prashant
0
Marin Bratanov
Telerik team
answered on 11 Oct 2011, 10:48 AM
Hi Prashant,

I am not sure which version of the controls you are using, as a workaround for some of IE9's incompatibilities is possible for Q3 2010. You can examine this forum thread for more information.

This may not work for you, depending on the version you are having, therefore it is quite possible that the only option to support IE9 (and other newer browsers) is to upgrade (I would advise to the latest version, which currently is Q2 2011 SP1).


Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Window
Asked by
Prashant
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Prashant
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or