Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SkinManager > I have a question about skin manager...

Not answered I have a question about skin manager...

Feed from this thread
  • KwangTae avatar

    Posted on Dec 26, 2011 (permalink)

    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..
    Attached files

    Reply

  • jumpstart Master avatar

    Posted on Dec 27, 2011 (permalink)

    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!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SkinManager > I have a question about skin manager...