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?