Hi,
It's possible to add a delay to the OnClientRequesting event?
This to avoid to fire the event many times.
For example:
If the user want to filter the items starting with "sa", He press "s" and "a" rapidly, the events is fired two times but, adding a delay of 500mSec (or other...), the event is fired only one time.
Thanks.
Giorgio