Declined
Last Updated: 09 Dec 2015 16:40 by Maddela
ADMIN
Dimitar
Created on: 09 Jun 2014 12:07
Category: AutoCompleteBox
Type: Bug Report
3
FIX: Incorrect RadAutoCompleteBox/ RadSearchBox query results displayed when internet connection is slow as only the first result from simultaneously running queries is displayed

		
3 comments
Maddela
Posted on: 09 Dec 2015 16:40
I used request delay it doesn't work in edge browser, throwing null/undefined error. Any other solution please ?
ADMIN
Plamen
Posted on: 26 Nov 2014 06:13
The solution of the issue is to increase the default _requestDelay time of the control which will allow sending the request with the correct searching data according to the custom scenario. Here is a sample code how to achieve this:
 function pageLoad() {
                var au = $find("<%=RadAutoCompleteBox1.ClientID %>");
                au._requestDelay = 500;
            }
From the upcoming Service Pack we have added public get_requestDelay and set_requestDelay for this setting of the control.
Paul
Posted on: 04 Nov 2014 13:51
problem occurs randomly even with 20MB internet speed rendering the control pointless and unusable!