Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Listener for Grid Editor Activation
Does anyone know of a way to identify when the Grid Editor is activated and deactivated?
There is API isEditorEnabled() in Grid which returns true/false if the editor is open or not. But there is no event currently that could be listened if editor opens. This is something that could be addressed in future versions of framework.
One workaround is to use threads to handle cases like this. I wrote experimental demo that does so.
https://vaadin.com/directory#!addon/addrowbutton-add-on
Thank you, Tatu. I can work with this, but it would be far more beneficial to be able to fire an event when the editor becomes active as well as when it becomes deactivated.
Once again, Thanks.