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

Many telerik controls on one page

1 Answer 49 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Rajesh Krishnamohan
Top achievements
Rank 1
Rajesh Krishnamohan asked on 14 Mar 2011, 12:52 PM
Hello there,

I have several telerik controls on the page and I am facing the issue of missing Styles, when I browse the site via IE.  However, it works good with Firefox.  I am using the "latest" Q3 2010 SP1 that came out in Feb 2011.

I did go through this link [still does not work well]

http://www.telerik.com/community/forums/aspnet-ajax/scriptmanager-and-stylesheetmanager/question-on-2010-sp1.aspx

If you could "exactly" outline what I needed to do, to get this working, that would be much appreciated. My gridview is the one losing the styles.

Here's what I did

1) Added the entry to web.config <add key="Telerik.Web.UI.StyleSheetFolder" value="~/styles"/>
2) In the head section, I added [just guessed this URL]
<link rel="stylesheet" type="text/css" href="../styles/Skins/TabStrip.css" />
<link rel="stylesheet" type="text/css" href="../styles/Skins/Simple/TabStrip.Simple.css" />

Could you provide me "exact" fix to my solution?

-Rajesh

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 16 Mar 2011, 06:52 PM
Hi Rajesh Krishnamohan,

Using the external style sheet folder will only give you the benefit of combining external style sheet files. Other than that you can achieve the same result by simply including the link tags (as you have already done) in the head section of the page.

That aside, the issue with the missing styles of the controls is probably caused by something else.

So, can you please describe in more detail what is your goal and if possible provide me with a live URL, which I can inspect and troubleshoot?

Kind regards,
Simon
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
ScriptManager and StyleSheetManager
Asked by
Rajesh Krishnamohan
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or