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
115
Force to select an item with AutoComplete enables!
posted

Hello,

How can I force the user that he must select an item when AutoComplete enabled, because when you release the focus from the control and you typed a string which is not in the itemscollection the control will not give you any warring or anything, how can I solve this?

Parents
No Data
Reply
  • 24671
    Suggested Answer
    posted

    Hi,

    You can use the EnableCustomValues property and set it to "False". This will mean that entry of input text that doesn't match any of the items won't be allowed. 

    Hope it helps. Please let me know if i can help with anything else.

    Thanks,

    Angel 

Children
No Data