Hi,
I’m having a problem with remote search.
I define remoteAutoComplete: true and minLength: 2 I have a function in the combo search that calls dataAdapter.dataBind() and in the dataAdapter I set formatData function that set a start with field that is sent to the json WEB service
The problem is that when the combo is loaded all the data is loaded to the combo, then when the user type search string two characters and more, the list is updated correctly, but than when the user click backspace in the search field so it is left with only one character the combo search function is not called and as result data adapter dataBind is also not called and I’m left with empty list and not returning to the complete list as I expected.
Is there a way to do it (This happens also in your example)? even when I change the minLength to 1 or 0 this does not work
Thanks,
Arik