TwebResponsiveGrid with TContinousScroll capabilities

Hi, Im need OnFetchNextPage in the ResponsiveGrid? Is it planned to add this feature in one of the next releases?

Thanks,
Peter

I'm trying to understand what you'd need. When exactly do you expect OnFetchNextPage to be triggered? Now TWebResponsiveGrid has a preset nr. of columns & rows. So, do you want to fetch content on the fly for the preset nr. of cells or do you want to also add cells on the fly?

At the first call, the contents of the visible cells should be filled. When scrolling, more cells should be added to display the next page.

This is a non-trivial extension. We will reflect on this.