Grid Infinite scrolling


Loading data when the content is scrolled


Grid with infinite/endless scroll. Scrolling down or up from a certain page will automatically load the next/previous page. If you scroll faster you can skip several pages.
For group aggregates GridModelBuilder.MakeHeader needs to ignore the group items (GroupInfo.Items) and call the data source directly to calculate aggregate values, otherwise the values will be calculated only on the items present in the current page.

Grid with load more button


Instead of loading the next page on scroll a Load more data button is provided.




Comments