Hi,
I am using autoComplete over a textbox which suggests items after we start typing over it. The suggestion list or the datasource assigned to the autocomplete needs to change its values after the index changed of a comboBox.
Ex- I have a comboBox of Country and textBox of State . After I change the Country the suggestion for state should change. However , it works quite well till the new list have anything to suggest. If it the suggestion list doesn't have anything to suggest then it goes and pick from the old list.
Like - I select Country as INDIA and start typing over the State textbox.
For B - Its giving me suggestion as Bombay...
For Bi - Expected result is It should not suggest anything as I don't have any state list which starts or contains "Bi" .
But unfortunatly it suggest me Birmingham which was in earlier suggestion list for Country England.
Tried with assigning Nothing to datasource and ResetHistory of autocomple but still no luck. Please suggest some way around to achieve this.
Thanks in advance.
Regards,
Priyadarshi