Hi,
I want to change the skin for all the telerik controls in my application in one shot. found the following way to achive it by adding the skin in the web.config.
<appSettings> <add value="Hay" key="Telerik.Skin"/> </appSettings>
I should also want this skin to be changed at runtime, my providing the skin list in a combo and allow the users to change. How to go about it.
Jidesh
