Hi,
There is an issue with the fixed row display when the number of visible rows is reduced by reducing the height of the grid. At a certain point the texts stop appearing and at a certain moment the content of a column with an image even changes to that of another row.
The issue can be reproduced using the TMSFNCGrid demo with database (..\TMSsoftware\TMS FNC UI Pack\Demos\FMX\Grid\Database\ClientDataSet). Just add at the end of the FormCreate event:
TMSFNCGrid1.FixedFooterRow := 1;
When executing the application, the fixed footer row shows the content of the last record in the database (Chrysler, Stratus... in this case), however, when reducing the height of the window, at a certain moment, the texts of said column are no longer visible, leaving the checkbox and the image correctly visible, however, by further reducing the size, even the image changes, showing the image of the row that is being covered with said fixed row. I upload three images showing the problems.
In the case of my application, I do not use the content of the last record in the database, but rather I place there manually entered text data to the grid, however, the problem is the same, as the height of the grid is reduced, the content of the footer disappears.
TIA,
Ricardo