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

Radwindow looses border and titebar in IE9

1 Answer 25 Views
Window
This is a migrated thread and some comments may be shown as answers.
Prava kafle
Top achievements
Rank 1
Prava kafle asked on 07 Feb 2013, 04:40 AM
Hi,
Radwindow works fine in firefox and chrome but doesnot render properly in IE 9(doesnot display border, titlebar and behaviour buttons).
SKin is set at application level in webconfig file and  mark up for radwindow and radwindow manager is as below:
//ASPX

 

<telerik:RadWindowManager ID="RadWindowManager14" runat="server" EnableShadow="true"

 

VisibleStatusbar="false" Behaviors="Close, Move, Resize" DestroyOnClose="false"

 

ShowContentDuringLoad="false" IconUrl="img/preview_16x16.png" >

 

<Windows>

 

<telerik:RadWindow ID="APage" runat="server" Title="M4 Workforce" OnClientPageLoad="SetRadwindowHeightAndWidth" Left="200px" Top="25px" ReloadOnShow="true"

ShowContentDuringLoad="false" Modal="false" IconUrl="img/preview_16x16.png" Behaviors="Maximize, Minimize,Move, Close"

 

KeepInScreenBounds="true" OpenerElementID="ABtn" NavigateUrl="ggPages.aspx" >

 

</telerik:RadWindow>




//WebConfig

<

add key="Telerik.EnableEmbeddedSkins" value="true" />

<

 

 

add key="Telerik.Skin" value="Outlook" />

<

 

 

add key="Telerik.Window.Skin" value="WebBlue" />



Thanks in advance,
Prava

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Feb 2013, 06:14 AM
Hi Prava

This behavior is most common under Internet Explorer and is usually due to its 31 stylesheet limitation. It loads stylesheets alphabetically and the RadWindow is often late in the list.

A rather easy solution for this is to add a RadStyleSheetManager to the page so that requests for the stylesheets will be combined thus the total number of requests will be reduced. Please check the following documentation for more information
Missing Borders, TitleBar, Commands

Thanks
Princy
Tags
Window
Asked by
Prava kafle
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or