JavaScript

canQuickSearch

Description

Fires when the user tries to perform a Quick Search. If the event returns false, the action is cancelled.

To prevent the user from performing a Quick Search, the event can return false. For example:

return false;