TMSFMXLiveGrid not supporting TMSFMXGridPrintPreviewDialog

Is there any reason that the TTMSFMXGridPrintPreviewDialog doesnt support the TTMSFMXLiveGrid? Can there be a fix such that it is supported?

Thanks!

Hi,

You can use the following workaround:

  TMSFMXGridPrintPreviewDialog1.Grid := TTMSFMXGrid(TMSFMXLiveGrid1);;
  TMSFMXGridPrintPreviewDialog1.Execute;

We'll look into this and see if we can support TTMSFMXLiveGrid as well without the necessary conversion.