I have a serious problem when exporting XLS from TTmsFncDataGrid on Android and iOS. I have a grid with 10 columns, of which 5 are visible. When exporting on Windows, all 5 columns are displayed OK. However, when exporting on Android or iOS, all 10 columns are displayed. The ExportHiddenColumns property is set to false, of course.
The same thing happens with filtered rows. On Windows, the export takes into account the current filter. On mobile devices, however, the filter is ignored and all rows are exported.
How can I solve this?
Regards,
A