Quick inline data editing with Grid or Table

I have Vaadin veriosn 7.7.10 and am using version 1.2.0 of FastNavigation. None of the listeners (EditorOpenListener, RowEditListener, RowFocusListener and CellFocusListener) are called. If I add a listener to the grid itself, it works. My code is very similar to the code in https://github.com/TatuLund/GridFastNavigation/blob/master/GridFastNavigation-demo/src/main/java/org/vaadin/patrik/demo/DemoUI.java

None of the listeners (EditorOpenListener, RowEditListener, RowFocusListener and CellFocusListener) are called.

Have you recompiled the widgetset?

Have not…WIll try.

After recompiling the widgetset, it works. Thank you!