Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to propagate click event to the grid #34

Open
tistvan opened this issue Feb 22, 2017 · 1 comment
Open

Ability to propagate click event to the grid #34

tistvan opened this issue Feb 22, 2017 · 1 comment

Comments

@tistvan
Copy link

tistvan commented Feb 22, 2017

Hello,

When I cick to a cell which has a component renderer the click event doesn't propagated to the grid. This is absolutely ok for buttons, comboboxes, checkboxes, etc. But for icons, labels and other non clickable component i think it should propagate click event to the grid.
An option to set if the component should propagate click event to the grid or not would be nice.

Thanks

@datenhahn
Copy link
Owner

Hi tistvan,

thanks for you request, I will look into it, but I can't promise when. I am quite busy the last months and have little time for the componentrender and the next big thing coming up is making it Vaadin 8 ready.

Meanwhile maybe you can fix your use case by using a Link-style button and style it to look like a label or styling it so the button icon looks like the image you want to display:

http://stackoverflow.com/questions/22807579/how-to-display-button-as-a-link-in-vaadin

https://vaadin.com/forum#!/thread/60195

But I agree, having it configurable would be a nice option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants