FMXGrid Editing

Hi,
I have a strange problem on an Android device. When entering Edit-Mode in a cell, the old text remains in the background, while the edited text is displayed some dots higher.
I applied a custom style to selectedcelllayout!?

Is there a possibility to autoheight a wordwrapped row??

BR
Juergen

This is a TEdit issue, in Android, TEdit is transparent by default. When editing, the edit is placed on top of the cell and the value is shown through. You can access the CellEdit property directly on TTMSFMXGrid level for customization. We will investigate here if we can find a workaround for this.


To apply autosizing, you can call AutoSizeRows in the OnApplyStyleLookup event.

Kind Regards, 
Pieter

I solved the first problem by defining a new defaultStyle for TEdit.