I have a WebDropDown Control.
It has Predective Typing. So if you type half word and if there is any similar word in that list, it will be selected.
But if I enter half word and don't want to select and click tab button. It is automatically selecting the half typed match item in the list .
Is there any way we can cancel the selection if we type only half word and click tab button?
Thanks in advance....
Hi siddhu2000,
Thank you for posting in the community.
In this scenario I would suggest that you set the EnableAutoCompleteFirstMatch property of your WebDropDown to false.
Please let me know if this helps you achieve the desired functionality.
Thanks you so much...It worked...
Thank you for your reply.
Glad that your issue has been resolved. Please feel free to contact me if you have any questions regarding this scenario.