Grid and onSave-handler?

Hi,

Is there any listener for the grid on save-event? I would like to persist the entity when the edit is complete instead of having the user click the “Save” link and then click another “really-save”-button but I saw no listener for this. Suggestions?

Thanks in advance,
Nik

The editor in Grid is based on a FieldGroup, for which you can add a CommitHandler, using

grid.getEditorFieldGroup().addCommitHandler(..)