
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
--
Stuart
3 Answers, 1 is accepted
0
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.
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...
This is just wrong then, yes?
--
Stuart
<telerik:RadComboBox runat="server" Skin="WebBlue" SkinId="rad_dropdown" /> |
This is just wrong then, yes?
--
Stuart
0
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.
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.