[FlowUI] multi-select in dataGrid is not working

I want to have multi-select option in dataGrid and selected the selectionMode but when I run the application, multi-select doesn’t work.

image

Moreover, it will be good if we can have multi-select check option too.

regards
Mortoza

Hi @mortoza_khan

the multi-select in DataGrid works (tested with Jmix 1.4.1).

But the usage model for multi-select is different as in the classic-UI (e.g. table, grouptable).
If you enable multi-select in dataGrid you get an additional first column with a selection checkbox. You have to use these checkboxes to select all your expected rows.

See details in Vaadin docs:
https://vaadin.com/docs/latest/components/grid/#selection

BR
Stefan

Hi Stefan
Thanks for your comments. I am expecting when there is an option for selection in the studio (attribute) it should work but it is not the case. Of course, we can do a lot of things which is not covered in the studio but directly to the controller and we also know JMIX FlowUI in the incubation stage and it will take some time to have full maturity.

Thank you for reporting the problem, I’ve crated a Github issue.