onSearchResultTooLargeForLocalStorage Event
Description
Fires if a server-side search returns more data than the List control is configured to download.
Discussion
If the List is set to persist to Local Storage this event will fire if the user performed a server-side search that retrieved more records than could be stored in Local Storage. You can use this event to instruct the user to enter more restrictive search criteria.
See Also