I am having a funny problem with one of my RadComboBoxes. It is applied to a skin that it used throughout my website. On all but one page the RadComboBox looks and functions correctly. However on one page, the background behind the select-able items becomes transparent. I also lose the border around the select-able items.
I am wondering as to what may be causing this issue.
This is what the definition looks like.
I removed the items from my list, but there are 9 items hardcoded into it. Any help is appreciated!
I am wondering as to what may be causing this issue.
This is what the definition looks like.
<telerik:RadComboBox runat="server" ID="ddlRoles" Visible="false" EnableViewState="true" AutoPostBack="True" CausesValidation="false" ZIndex="999999"> <Items> </Items></telerik:RadComboBox>I removed the items from my list, but there are 9 items hardcoded into it. Any help is appreciated!