The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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!:)
ASArun 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