JavaScript

canQBEHide

Description

Fires when the user tries to close the Query by Example (QBE) row. If the event returns false, the action is cancelled.

To prevent the user from closing the QBE row, the event can return false. For example:

return false;