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

Skin vs SkinID

3 Answers 532 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 12 May 2009, 02:42 PM
What, if anything, is the SkinID property used for?

--
Stuart

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 May 2009, 02:48 PM
Hello Stuart,

SkinID is not directly related to RadControls. The property is inherited by the WebControl class and is related to ASP.NET themes.

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.webcontrol.skinid.aspx

Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Stuart Hemming
Top achievements
Rank 2
answered on 12 May 2009, 02:56 PM
So, ordinarily, an ASP control would have this value set if using an ASP Theme, yes? I've encountered some internal documentation that suggest, for example, creating code like this...
<telerik:RadComboBox runat="server" Skin="WebBlue" SkinId="rad_dropdown" /> 

This is just wrong then, yes?

--
Stuart
0
Dimo
Telerik team
answered on 12 May 2009, 03:04 PM
Yes, using SkinIDs makes sense only if the given control is configured by settings in an ASP.NET theme, which contains the same SkinID.

If you tell us where the provided code snippet is, we will review and correct it, if necessary.


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or