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.
Issue with grid selection in multiselectmode
Hi,
I've a grid in my application in multiselect mode. When I choose the checkbox for selecting all, all is selected, but, when I deselect an item after that, the checkbox for selecting all does'nt uncheck.
I tried this example too: http://demo.vaadin.com/book-examples-vaadin7/book/#component.grid.selection.multi, seems to works, my grid is based on it, but have this issue.
How can I do, programmatically, to uncheck this checkbox?
Thanks
I think you have this issue. If it is so, the good news is that fix is on the way.
https://dev.vaadin.com/ticket/19322
Thanks, you're right, seems to be this issue. Unfortunately, fix was released in 7.6.0.rc1, and my project is 7.5.10, and have to stay in stable release.
Do you know the 7.6.0 final release date?