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

Setting default skin

3 Answers 421 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alan T
Top achievements
Rank 1
Alan T asked on 20 Jul 2011, 01:42 PM
Hi i'm trying to set the default skin for all controls in my project. I've done some searching, but the answers i've encountered don't seem to have done the job.

At the moment i've added this into my web config

  <appSettings>
    <add key="Telerik.WebControls.Skin" value="Windows7" />
  </appSettings>

I've just updated to the latest version of the controls FYI, but prior to this I couldn't get it to work either.

At the moment i've got a pretty simple page, with two telerik controls: radstrip & pageview, but neither are being applied the win7 skin.


Regards,

Alan

3 Answers, 1 is accepted

Sort by
0
Alan T
Top achievements
Rank 1
answered on 21 Jul 2011, 09:10 AM
bump
0
Dimitar Terziev
Telerik team
answered on 21 Jul 2011, 03:19 PM
Hello Alan T,

Please try the following registration:
<appSettings>
   <add key="Telerik.Skin" value="Windows7"/>
</appSettings>

Just remove the "WebControls" from your current one.

Kind regards,
Dimitar Terziev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Alan T
Top achievements
Rank 1
answered on 21 Jul 2011, 05:26 PM
that did it, thanks.
Tags
General Discussions
Asked by
Alan T
Top achievements
Rank 1
Answers by
Alan T
Top achievements
Rank 1
Dimitar Terziev
Telerik team
Share this question
or