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

Custom Skin

1 Answer 51 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Murilo Savi
Top achievements
Rank 1
Murilo Savi asked on 19 Mar 2013, 09:00 PM
I'm using version Q1 2013.

Skin the tool created a SkinBuilder with all components.

How best to deploy within my project?

Today I RadSkinManager - ShowChooser = "True" and he blames for all grids, panels etc. automatically.

I have to put this on the list of skins skin?

Saw a shape to generate an assembly, which is seen more laborious, since all modified components.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Accepted
Galin
Telerik team
answered on 25 Mar 2013, 09:59 AM
Hi Murilo,

At first you should be sure all assembly files (.dll) are in identical versions and same Asp .Net version.

To add the custom skin follow this steps:
  1. Create an assembly and add a reference in project

  2. Add a SkinReference in the RadSkinManager and set the Assembly property to point to the loaded assembly name.

<telerik:RadSkinManager runat="server" ID="RadSkinManager1" ShowChooser="true">
    <Skins>
        <telerik:SkinReference Assembly="MyEmbeddedSkin" />
    </Skins>
</telerik:RadSkinManager>

Also, for creating a custom skin assembly you can use this tool, provided from our customer.

I hope this helps.

Kind regards,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
SkinManager
Asked by
Murilo Savi
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or