How to select all rows of a lazy grid programmatically?
I am using vaadin flow grid with multiple selection mode, I have added a dataprovider to this grid. I want to select all rows on a button click. Rows are being selected but UI is not being refreshed even after refreshing the dataprovider.