We're using RadAutoCompleteBox together with a FilteringBehavior, to filter a very large dataset.
We don't necessarily want to fire the filtering after every key press, because there is no point in that if the user is still typing.
Is there any way to add a small delay, so that the filtering mechanism is only fired if the search text hasn't changed for 500 milliseconds?
We don't necessarily want to fire the filtering after every key press, because there is no point in that if the user is still typing.
Is there any way to add a small delay, so that the filtering mechanism is only fired if the search text hasn't changed for 500 milliseconds?