If one uses the default option for all of the control's skins is it possible to quickly change the look of the default setting for all of the controls in a website? Viewing the forums I've seen the suggestion of changing the following line of the WebConfing file.
| <appSettings> |
| <add key="Telerik.WebControls.Skin" value="WebBlue" /> |
| </appSettings> |
I have placed the text shown above in the Web.config file and rebuilt the solution. When the webpages are opened the style of the Telerik controls is not WebBlue. I'm using Q3 2008 Telerik controls. Is there an alternative to going through all of the pages and manually setting all the skin property to WebBlue for each control?
Thanks,