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

Add new Skin to RadSkinManager

3 Answers 306 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Stephane
Top achievements
Rank 1
Stephane asked on 03 Jul 2009, 12:29 PM
Hi,

I saw your example about the SkinChooser combobox of the RadSkinManager.

In this example you show how to remove some skin, but no how to add new one.

so it's possible to add new Skin in the RadSkinManager and how.

Thanks.

3 Answers, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 03 Jul 2009, 12:58 PM
Hi Stephane,

Instead of removing a skin from the RadSkinManager internal combobox as explained in this help topic, you can add a new RadComboBox item (with the name of the new skin set as Text and Value for the combobox item) utilizing the presented approach.

Thus the skin should be applied by the manager if you register it as an external skin for our controls following the guidelines available here.

Best regards,
Sebastian
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
Accepted
Malinda
Top achievements
Rank 1
answered on 16 Sep 2009, 05:35 AM
Hi
I have tried adding a custom skin to the skin chooser menu but it doesn't seem to be working unless the enableembeddedskins attribute is set to false in all controls in the page. Is there a work around for this than changing all the controls manually?

Also is there a way to use both embedded skins and custom skins together in a skin chooser menu without actually changing the enableembeddedskins attribute?

Thanks
0
Accepted
Sebastian
Telerik team
answered on 18 Sep 2009, 04:02 PM
Hello Malinda,

Indeed to apply a custom skin for RadControls, you will need to set their EnableEmbeddedSkins property to false and register the styles of the custom skin manually on the page.

To apply custom skin for particular controls only, you should  set the skins through the RadSkinManager's TargetControls collection and specify the controls there - see the documentation topic linked before for details.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
SkinManager
Asked by
Stephane
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Malinda
Top achievements
Rank 1
Share this question
or