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

how to style?

4 Answers 66 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 09 Oct 2010, 10:58 AM
Hi,

I've just started up a new web project using the Rad Controls template.
In the wizard, I chose the black skin.

I cannot see the folder in solution explorer for that skin or any style sheets.
I have deduced that the skin is embedded as a web resource.

What options to I have for styling my site? With the skin embedded away, there's no transparency of styles. I'm not sure how to work in with this "styling framework".

4 Answers, 1 is accepted

Sort by
0
Accepted
Cori
Top achievements
Rank 2
answered on 12 Oct 2010, 04:13 PM
Hello David,

Depending on what you want to do in terms of styling, you can refer to the Telerik documentation:

http://www.telerik.com/help/aspnet-ajax/introduction.html

Under the Appearance and Styling section for whatever control you want to customize.

Otherwise if just want to do some simple changes, you add your css file and overrride some of the styles or copy the skin files for the one you want to customize into your web application and then change the styles. To do it the second way I just mentioned, you would need to set EnableEmbeddedSkins="false", set the Skin to the name of the skin you made and then add the style tag to your page.

I hope that helps.
0
David
Top achievements
Rank 1
answered on 15 Oct 2010, 06:12 AM
Thanks Cori.

I think the EnableEmbeddedSkins="false", will achieve what I want. I'll try it out and see how I go.

Dave
0
David
Top achievements
Rank 1
answered on 25 Oct 2010, 02:52 AM
Hi, quick question.

Where do I actually insert the words EnableEmbeddedSkins="false".
What is that a property of?
0
Accepted
Yana
Telerik team
answered on 28 Oct 2010, 06:48 AM
Hi David,

EnableEmbeddedSkins is a property of all the RadControls for ASP.NET AJAX which defines whether the built-in skin of a control should be referenced.

All the best,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ScriptManager and StyleSheetManager
Asked by
David
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
David
Top achievements
Rank 1
Yana
Telerik team
Share this question
or