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.
How to add Action Handler to Grid
I already made a research and find out that THERE IS NO ActionHandlers for Grids, so what are the options to add this feature to a grid? any work around?
Your question is so brief so I am not sure about the context of your question. But I'll take a guess, that you could be perhaps interested in using ContextMenu with Grid. ContextClick and this add-on allows to create menu, which has e.g. actions.
https://vaadin.com/directory#!addon/vaadin-contextmenu
thanks.
I didn't think that I had to explain myself too much, I need ContextMenu (Actions) like there are on Table and for some mysterious reason they are not present in Grid so..