FMX Grid demo picture problem

Hello,

Tried the FNC Grid FMX dataset demo. When running the demo application, I see this.

Builded a VCL version with Northwind database employee table.

Maybe I am missing some property?

You can change the behavior with

procedure TForm1.TMSFNCGrid1GetCellProperties(Sender: TObject; ACol,
  ARow: Integer; Cell: TTMSFNCGridCell);
begin
  Cell.ControlStretched := True;
end;