Hi,
The method AutoSizeRows only applies to the rows which already has the data loaded. In the TTMSFMXLiveGrid, the data is only loaded for the visible rows. If you want to load all data and apply AutoSizing afterwards, you need to call LoadAllDataAndDisconnect method and then afterwards the AutoSizeRows method.