So I have several RadComboBoxes in my site that work perfectly fine in IE on the desktop, Chrome on the desktop, etc. ... but when I test them on an iOS device or Windows Phone (possibly Android, too ... haven't had a chance to test yet) they appear to render as native dropdown controls, but they don't have any data in them.
I'm defining RenderMode in the web.config as "Auto":
<add key="Telerik.Web.UI.RenderMode" value="Auto" />
Here's the definition of one of the comboboxes:
<telerik:RadComboBox ID="ddlUserGroups" Width="200px" MaxHeight="300px"
DataValueField="UserPermissionGroupID" DataTextField="Name" runat="server"
EnableEmbeddedSkins="false" AllowCustomText="false" MarkFirstMatch="true">
</telerik:RadComboBox>
I'm then databinding from code behind.
Any help would be appreciated.
George
I'm defining RenderMode in the web.config as "Auto":
<add key="Telerik.Web.UI.RenderMode" value="Auto" />
Here's the definition of one of the comboboxes:
<telerik:RadComboBox ID="ddlUserGroups" Width="200px" MaxHeight="300px"
DataValueField="UserPermissionGroupID" DataTextField="Name" runat="server"
EnableEmbeddedSkins="false" AllowCustomText="false" MarkFirstMatch="true">
</telerik:RadComboBox>
I'm then databinding from code behind.
Any help would be appreciated.
George