Grid Editing and saving

There is no information for vaadin 14 as to grid editing. Please furnish indication as to an example or guide to accomplish this task

Hi Jorge. There are no changes in the Grid component in regards to grid editing. The examples for Vaadin 13 are still valid, and the 14 version of the demo will be online once the final release happens. Vaadin 13 version of the demo is here: https://vaadin.com/components/vaadin-grid/java-examples/grid-editor

Pekka Hyvönen:
Hi Jorge. There are no changes in the Grid component in regards to grid editing. The examples for Vaadin 13 are still valid, and the 14 version of the demo will be online once the final release happens. Vaadin 13 version of the demo is here: https://vaadin.com/components/vaadin-grid/java-examples/grid-editor

But described sample will not work for vaadin 14. I’m kindly new in vaadin, but i tried to follow the sample and i faced issue. So Binder forFiled method requires HasValue type as parameter and will not accept as value TextField.

binder.forField(firstNameField)

So here “reason: no instance(s) of type variable(s) FIELDVALUE exist so that TextField conforms to HasValue<?, FIELDVALUE>” error will be faced. Does anyone knows how to avoid this issue?