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

Unable to set default skin

1 Answer 88 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Armin
Top achievements
Rank 1
Armin asked on 07 Jul 2014, 02:26 PM
I have a global theme with all grid having the same skin like this:
<telerik:RadGrid   
    runat="server"
    Skin="360Core"
    EnableEmbeddedSkins="false"
    >
</telerik:RadGrid>

However I would like to set back to default telerik skin for a certain radgrid.
I tried to set the skin value to "" and "Default" for the radgrid I want the default skin for, but this did not work.
How can I override the global skin for all the radgrids for a certain radgrid, and set back to the default telerik skin?

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Jul 2014, 01:39 PM
Hi Armin,

The definition of this specific grid should be as below:
<telerik:RadGrid runat="server" Skin="Default" EnableEmbeddedSkins="true">
</telerik:RadGrid>

Except Skin ="Default"  you should also set EnableEmbeddedSkins property to true. Otherwise you will not be able to use grid embedded skins.

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
SkinManager
Asked by
Armin
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or