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

I have a question about skin manager...

1 Answer 70 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
KwangTae
Top achievements
Rank 1
KwangTae asked on 26 Dec 2011, 06:40 AM
hello...

i always thanks to telerik forum helpers..

i have a question about telerik skin manager.

i want to  apply custom skins in my project .  but it did not apply.

please tell me the way ....  ㅠㅠ

i attached screen shot and my source.

mytest page is DemoSkin/FrmDemoSkin.aspx

Thanks for regards..

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 27 Dec 2011, 02:53 PM
KwangTae:

Make certain that you have followed all of these steps to enable your custom skin:

Creating a custom skin (basic steps)

The easiest way to create your own skin for RadGrid (as discussed previously in this article) is to copy one of our existing skins and modify its existing CSS settings.You can do this in five steps:

  • Copy one of our existing skins (CSS and images). For example the Vista skin.
  • Modify the corresponding css classes definitions in the CSS file.
  • Change the urls for the images referenced in the CSS file.
  • Register your CSS file in the HEAD section of your page.
  • Set Skin="<MyCustomSkinName>" and EnableEmbeddedSkins="false" for RadGrid.
<telerik:RadGrid ID="RadGrid1" Skin="MyCustomSkin" EnableEmbeddedSkins="false" DataSourceID="ObjectDataSource1"
PageSize="10" runat="server" AllowFilteringByColumn="true" AllowPaging="True"
AllowSorting="True" ShowFooter="True" ShowStatusBar="true" GridLines="None" AutoGenerateColumns="false">

Cheers!
Tags
SkinManager
Asked by
KwangTae
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or