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
40
Cannot select item after change value of input box in WebDropDown
posted

Hi!

I am using WebDropDown version 14.1.20141.2150. In my scenario, I have one WebDropDown like this:




EnableAutoCompleteFirstMatch="False"
EnableAutoFiltering="Server" AutoFilterQueryType="Contains"
EnableLoadOnDemand="True" PageSize="20">
SelectionChanged="WebDropDown_Hospital_SelectionChanged">

Step 1: When I enter new value into input box, for example "hoa qu", the WebDropDown filter and show Container with values:

"Bệnh viện đa khoa Quảng Ngãi"

"Hoa quả sơn"

Step 2: Then I select "Hoa quả sơn" value, the input box of WebDropDown get this value properly.

But when I go back step 1 again, I select "Bệnh viện đa khoa Quảng Ngãi", the input box of WebDropDown cannot get this value. Please help me out of this.

Thank you very much and best regards, Hương.

WebApplication3.zip
Parents Reply Children
No Data