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
22544.png

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?