TMSFMXLiveGrid painting issues

Hello,

I've some issues with TMSFMXGrid/TMSFMXLiveGrid component. Grid is binded to an empty TFDMemTable.

1st issue : when pressing insert key, grid header is erased :



2nd issue : edited cell has a greater height than the selected row, dito with the edited text. This lead to a strange superposing effect :


I'm using the latest version + Delphi 10 Seattle Update 1

Hi, 


We have fixed the first issue, the next version will address this.
Can you perhaps provide more information on the second issue? Are you using a style applied to the grid / form?

Kind Regards, 
Pieter

Hi Pieter,

I've borrowed style form this sample :

C:\Users\Public\Documents\Embarcadero\Studio\17.0\Samples\Object Pascal\Multi-Device Samples\User Interface\Windows10NavigationPane.

Hi, 


This is unfortunately a style issue, where the Edit height is forced to a fixed minimum height. Internally, the editor bounds are set to the cell text rectangle. The second issue with the transparency is also due to the editor which is partially transparent. We will investigate if we can find a workaround for this issue.

Kind Regards, 
Pieter