Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
Disable Keyboard when WebDropDown is selected on mobile device in Chrome
posted

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?

  • 1320
    Offline posted

    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