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?
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