We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Maybe need ItemMatched event in AutoComplete control

I need such a feature: In an AC textbox, user can input 'CityCode'. If the inputed city code is auto appended by the AC control(maybe can raise an 'ItemMatched' event), I will show 'CityName' in another textbox according to the matched 'CityCode' value. Sorry for my poor english.Thanks for help!:)

1 Reply

AS Arun Srinivasan Syncfusion Team August 27, 2003 07:27 PM UTC

Hi Duyu, Sounds like it would be a handy feature. One way to do it could be to listen to the TextBox's TextChanged event, and in there, check for and set the value of the other textbox based on selection made in the autocompleted textbox. I will forward this for consideration as a feature request for the AutoComplete Control. Thanks Arun

Loader.
Up arrow icon