This question is locked. New answers and comments are not allowed.
I'm using the MVC Autocomplete control in the following environment.
VS 2010
Net 4.0
MVC 2.0
Telerik 2010.3.1110
IE 8.0.7600.16385
When typing in the box and meeting the minumum search characters, it correctly calls my controller action and displays a loading animation to the user. If I wait for the results to return and then subsequently fine tune the search, it will all work as expected including the loading animation.
However, if I continue to type before the initial search results are returned, then the controller action does get queued up and called in turn, and the results will be updated accordingly. The problem is the loading animation doesn't appear for the latter searches, so it looks to the end user like nothing is happening (even though it is).
Make your search take a decent amount of time (say 2/3 seconds or more) and you will easily see this.
Is this a known bug? Is there a workaround you can suggest?
Thanks in advance.
VS 2010
Net 4.0
MVC 2.0
Telerik 2010.3.1110
IE 8.0.7600.16385
When typing in the box and meeting the minumum search characters, it correctly calls my controller action and displays a loading animation to the user. If I wait for the results to return and then subsequently fine tune the search, it will all work as expected including the loading animation.
However, if I continue to type before the initial search results are returned, then the controller action does get queued up and called in turn, and the results will be updated accordingly. The problem is the loading animation doesn't appear for the latter searches, so it looks to the end user like nothing is happening (even though it is).
Make your search take a decent amount of time (say 2/3 seconds or more) and you will easily see this.
Is this a known bug? Is there a workaround you can suggest?
Thanks in advance.