I have a datasource that contains specific records for certain months. It's connected to a listview. Is it possible to combine endless scrolling, server paging, and grouping to display records by month.. with only a single group header for each month?
Currently, when the datasource retrieves the next page it will add a group header, regardless of that group header having already been displayed on a previous page.
The only solution I can think of is to change the pagesize to be dynamic where each page represents a month of records... though this doesn't feel like a clean solution.
I am currently using JQuery 1.9.1 and Kendo Q1 2013 release.