I have seen where I can set a global skin (in the webconfig) for a control. Can this be done with custom skins as well? I have tried it for a grid. The grid displayed correctly until I went to add/edit a record then all of the controls in the edit section (radcombobox, radnumberictextbox, radeditor) were all missing their images. Is there something else I need to do to get this to work?
<appSettings>
<add key="Telerik.Grid.Skin" value="DWDS"/>
<add key="Telerik.Editor.Skin" value="DWDS"/>
<add key="Telerik.Input.Skin" value="DWDS"/>
</appSettings>
<appSettings>
<add key="Telerik.Grid.Skin" value="DWDS"/>
<add key="Telerik.Editor.Skin" value="DWDS"/>
<add key="Telerik.Input.Skin" value="DWDS"/>
</appSettings>