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

RadTabstrip not rendering properly

1 Answer 89 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
H.
Top achievements
Rank 1
H. asked on 06 Nov 2012, 10:17 PM
I Use custom Skins and disable all Skins using  the web.config. The problem is that RadTabStrip and Radwindows do not render properly.  Please see images. If I change   <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />  to   <add key="Telerik.EnableEmbeddedBaseStylesheet" value="true" /> everything start working. I use SharePoint 2010 as host and IE8. IE has limited of css files (31 css) and I try to use custom skins to minimize the css files so if I disable the base stylesheet I will be fine. So I will have only my custom skins which are 3 css.

Tha RadTabstrip show the list of tabs as regular ul and li. and the radwindows show all the images around the box.

Web.Config
    <!-- Disables the embedded scripts and skins for all RadControls -->
    <add key="Telerik.EnableEmbeddedSkins" value="false" />
    <add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
    <add key="Telerik.EnableEmbeddedScripts" value="true" />
 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 Nov 2012, 09:57 AM
Hello Mendez,

Indeed it seems that the issue is related to the 31 stylesheet issue. Please try using our RadStyleSheetManager and let me know if this helps.

Greetings,
Kate
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
TabStrip
Asked by
H.
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or