When I select any WebDropDown on a Android device in Chrome, the keyboard comes up which I don't want since I'm only making a selection from a list. Is there a way to disable the keyboard since it's not needed or wanted?
Hello Geoff,
After investigating this further, I determined that your requirement could be achieved by setting the “DisplayMode” property of the WebDropDown to “DropDownList”. This way the textbox is read only and no keyboard would be displayed.
<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px" DisplayMode="DropDownList">
Please let me know if you need additional information regarding this matter.
Regards,
Monika Kirkova,
Infragistics