I am experiencing a strange problem when using the web.config setting to apply a skin to all of the telerik controls in my site. If I apply a skin through the Skin attribute on an individual RadComboBox, it seems to work fine, and look quite nice. However, if I apply the same skin by adding the appSetting:
<add key="Telerik.Skin" value="Telerik"/>
The control does not look or behave properly. The combobox itself looks OK but when I click on it to drop down the list of items, the list doesn't have a background. Any text that appears on the line below the combo box shows beneath the items in the list. Also, there is no response when I click on one if the items in the list. I have to click on the dropdown arrow again to get the list to close.
This problem is occurring in IE7, and Firefox 2.0.0.13
Has anyone else experience such an issue? I haven't been able to find any information about this on the forums.
<add key="Telerik.Skin" value="Telerik"/>
The control does not look or behave properly. The combobox itself looks OK but when I click on it to drop down the list of items, the list doesn't have a background. Any text that appears on the line below the combo box shows beneath the items in the list. Also, there is no response when I click on one if the items in the list. I have to click on the dropdown arrow again to get the list to close.
This problem is occurring in IE7, and Firefox 2.0.0.13
Has anyone else experience such an issue? I haven't been able to find any information about this on the forums.