Hi Joost
What kind of details do you want to know to analyze this effect. The attached screen shot shows the problem: the export grid only contains the first 25 rows of the list of 169 items. I added a new export button to the grid (to check if a new generated button in 7.3 behave differently) but this gave the same result.
I did some investigation and found out the following. For Mendix 7.3 there holds
- When the datagrid is made via Xpath, the export contains all rows
- When the datagrid is made via a microflow, the export contains only the first rows on first page
- When the datagrid is made via association, the export contains only the first rows on the first page
I can share a testapp where this behaviour is demonstrated.
even i tested my project from 7.0.2 to 7.3.0 but i too got same thing.