This is a migrated thread and some comments may be shown as answers.

[Solved] Autocomplete loading icon not displayed on multiple searches

0 Answers 34 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Aidan
Top achievements
Rank 1
Aidan asked on 29 Dec 2010, 01:09 PM
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.
Tags
ComboBox
Asked by
Aidan
Top achievements
Rank 1
Share this question
or