Hi,
I'm using RadControls 2008 Q1 and I'm trying to create a custom skin for the RADGRID.
According the papers "Basic of TELERIK RAD CONTROLS SKINNING" and "Create Skinning for Radstrip",
I follow the steps
- Copy the sunset Skin of Grid into my website folder: <SiteRoot>/RadControls/Grid/Skins/MySkin
- Copy sunset CSS : Styles.css into this folder : <SiteRoot>/RadControls/Grid/Skins/MySkin/Styles.css
(or Style.css, I tried both) - Copy sunset images : into IMG folder : <SiteRoot>/RadControls/Grid/Skins/MySkin/Img/*.gif
- Rename all _SunSet by _MySkin in the Styles.css
- Setting EnableEmbeddedSkins property to False for my grid control
- Setting Skin to MySkin property for my grid control
but it doesn't work and the skin is not applie
Thank for your help
Jéremie Pasquier