Enable use of FixedFooterRows in TTMSFNCGrid connected to database

Hi,

I would like to request to enable the use of FiexdFooterRows in the TTMSFNCGrid connected to a database, so that a summary can be displayed there. In my case, the result of the TAggregates of the ClientDataset.

In version 1.1.0.1 of TTMSFNCGrid the following can be done to show a fixed footer row without showing dataset content:

  TMSFNCGrid1. FixedFooterRows := 1;
  TMSFNCGrid1.RowCount := TMSFNCGrid1.RowCount + 1;

The problem is that although values can be assigned to the cells of said fixed footer row, these values are not displayed in the grid.

TIA,
Ricardo