1
votes

I have an autocomplete field working fine on inline editing, but i would like to have the nice-ajax-preloader-icon that its shown at the right side of the field while the data is being requested/loaded, like on this non inline example: http://www.trirand.com/blog/phpjqgrid/examples/integrations/autocomplete/default.php (right on the ShipName field)

Any help appreciated.

1

1 Answers

0
votes

The following should answer your question:

How to display loading icon when autocomplete search is performed?

Basically it's just turning on the loading icon and then turning it off when you get the response.