Open
Description
STR
- Create report with group by any field (not PK)
- Add count(ID) column to report
- report must have more 5000 rows
- export report datagrid
Actual result
Count of rows on csv file and datagrid is equals, but export ended partially, only 5000 first records of report was export correctly. The next 5000 (the next chunks) records are repeated/duplicate from beginning of report. There are not records of the last datagrid page in the result.
Expected result
CSV export and datagrid must be equals