Hi,
I have made a custom skin by editing an existing skin. It all works fine except that I'm not able to register the custom skin through web.config. For now I have programmatically registered the proper css file for each control.
I'm sure the problem is that I don't give the proper value for the 'value' property of <appSettings> <add key="Telerik.Skin" value="..."/>, but I can't figure out what the proper value would be.
The path to the skin from the web application's root folder is 'Layout/Skins/MySkin'. In this folder all the css files like 'Grid.MySkin.css' reside and all the subfolders like 'Grid'. The structure of the folders and the files is correct because if I register the css file programatically for the RadGrid it works fine.
Can someone please tell me what I should use as value for the 'value' property in web.config to get things working without having to register the css file for each control I use?
It is probably very simple but it's very annoying I can't figure it out.
Regards,
Mink
I have made a custom skin by editing an existing skin. It all works fine except that I'm not able to register the custom skin through web.config. For now I have programmatically registered the proper css file for each control.
I'm sure the problem is that I don't give the proper value for the 'value' property of <appSettings> <add key="Telerik.Skin" value="..."/>, but I can't figure out what the proper value would be.
The path to the skin from the web application's root folder is 'Layout/Skins/MySkin'. In this folder all the css files like 'Grid.MySkin.css' reside and all the subfolders like 'Grid'. The structure of the folders and the files is correct because if I register the css file programatically for the RadGrid it works fine.
Can someone please tell me what I should use as value for the 'value' property in web.config to get things working without having to register the css file for each control I use?
It is probably very simple but it's very annoying I can't figure it out.
Regards,
Mink