I want to apply my own custom skin to the Grid.
I have gone through the following articles:
http://www.telerik.com/help/radcontrols/prometheus/ -> controlling Visual Appearance.
I tried registering my skin and also by putting my skin under App_themes.
but my grid doesn't load properly.
When i don't specify anything the grid is fine.
I just copied the Default skin and renamed it to MySkin.
Now when I specify this -
EnableEmbeddedSkins
="false" Skin="MySkin" ImagesPath="~App_Themes\MySkin\Grid"
my grid does not show any images and borders and does not have proper alignment. Please tell me what am i doing wrong. I haven't yet changed anything in the skin files, just renamed it and specified the custom skin.