I have a very large data set bound to the AutoCompleteBox and there is about a 5 second delay from when the user types some character until the AutoCompleteBox returns the suggestions. Is there a set of events I can subscribe to (e.g. AutoCompleteLookupBegin, AutoCompleteLookupEnd) or a method I can override so that when the look-up starts I can set a busy cursor or indicate to the user that the search is on going? As of right now this delay blocks the UI which isn't a problem as long as we let the user know something is happening.
Thank You,
Chris
----------
Telerik Version: Telerik Controls for WinForms Q1 2014
.Net Version: 4.0
Language: C#
Thank You,
Chris
----------
Telerik Version: Telerik Controls for WinForms Q1 2014
.Net Version: 4.0
Language: C#