Hi all,
currently I’m studying https://vaadin.com/docs/latest/components/grid/inline-editing how to inline edit in a Grid.
But from this documentation, I cannot really tell on which event should I hook to store the modified entity to the backend? How do I know editing was validated and finished successfully? (I especially refer to non-buffered.)
Marcus.