Hi, just started porting my big Windows Firemonkey application to OSX, and to my astonishment the TMSFMXGrid works great right away!
Just a slight problem: When using the TMSFMXgrid.copytoclipboard function, and then pasting to Excel on the Mac, an extra empty row is added after every data row. Perhaps TMSFMXgrid puts Windows-style line breaks (CR+LF) into the clipboard, instead of OSX-style (LF only)? Is there anything that can be done?
Thanks!