JavaScript

canGridCancelEdits

Description

Fires when the user tries to cancel edits made to the Grid. If the event returns false, the action is cancelled.

To prevent the user from cancelling Grid edits, the event can return false. For example:

return false;