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

radopen() is not working properly on IE 9

2 Answers 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Abhinav
Top achievements
Rank 1
Abhinav asked on 19 Aug 2011, 05:29 AM

Hi All,
I am using radopen() method as below to open my page MyPage.aspx, it is working fine with Firefox 6 but not properly rendering on IE(7,8,9).
Don't know what the reason.
Please help to resolve this issue.

function openWin()
{

var oWnd = radopen("MyPage.aspx", "RadWindow1");

}

For reference I am attaching the Image files of Firefox and IE9.
[I have used RadWindowManager().Open in place of radopen() but still I am getting the same issue.]

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 19 Aug 2011, 04:20 PM
Hi Abhinav,

It seems that the stylesheets for the RadWindow are not loaded in IE, which is most likely due to the IE CSS limitations. Please examine the linked article for more information on the matter and try the suggested solution - i.e. the RadStyleSheetManager.


Greetings,
Marin
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Abhinav
Top achievements
Rank 1
answered on 22 Aug 2011, 02:05 PM
Hi Marin,
Thanks for the reply.Your suggestion worked.

To implement RadStyleSheetManager I have used help of following link and it worked :
http://www.telerik.com/community/forums/aspnet-ajax/scriptmanager-and-stylesheetmanager/question-on-2010-sp1.aspx
Tags
General Discussions
Asked by
Abhinav
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Abhinav
Top achievements
Rank 1
Share this question
or