Hi!
We have a listView widget with endless scroll, bound to a datasource with a pagesize set to 10. We also use grouping on that datasource (one field, ascending).
The problem is that when new items are loaded in they form their own group, so we get many small groups of 10 items. We would like to ONLY group by the value in the group{field} and NOT group by pagesize. Any ideas?
- Example of how it is now and what we want to avoid -
Category (header)
Place (header)
Place (header)
Place (header)
- Example of what we want to achive -
Category (header)
Place (header)
Thanks!
We have a listView widget with endless scroll, bound to a datasource with a pagesize set to 10. We also use grouping on that datasource (one field, ascending).
The problem is that when new items are loaded in they form their own group, so we get many small groups of 10 items. We would like to ONLY group by the value in the group{field} and NOT group by pagesize. Any ideas?
- Example of how it is now and what we want to avoid -
Category (header)
Place (header)
Place (header)
Place (header)
- Example of what we want to achive -
Category (header)
Place (header)
Thanks!