Datagrid with editable non-buffered can't save

Hi everyone, in a standardDetailView I have a datagrid with editorBuffered=‘false’, all columns with editable =‘true’. I got a problem when i try to save the record it remains in editor mode, it doesn’t throw any error. Any help?

Edit 1. Ok I debugged the application it seems I must set “editorBuffered” property to true.
Edit 2 Is there a way to add changeValueListener to the editor field?

Hi @f.canzonieri

There is no ability to subscribe on the field value change event in the data grid editor. But you can subscribe onEditorSaveEvent (see documentation).

Regards,
Maria.