DataProvider only loads 99 entities into grid instead of all of them when I

DataProvider only loads 99 entities into grid instead of all of them when I try to scroll down to the bottom. I have about 600 entries in my mysql database but when I try to lazy load using the lambda you showed in your youtube tutorial the grid only fetches a maximum of 99 entries before it simply starts loading empty cells with no data. I can confirm no data because I have a selection listener setup to notify of the object’s id upon clickEvent. And when I click the last entry it shows 99. Clicking on teh empty space shows a popup with nothing and the page continuously reloads but there are no lines within the eventHandler lambda of the button beyond showing the notification.

Hi Tamim. That sounds like a nasty bug - can you please try to reproduce it with a simple case and report it to https://github.com/vaadin/vaadin-grid-flow

Thanks

I did. Please check. https://github.com/vaadin/framework/issues/11175