JavaScript

canLookupGridSelectRow

Description

Fires before the user selects a row in a Lookup Grid. If the event returns false, the action is cancelled.

To prevent the user from deleting a row, the event can return false. For example:

return false;