TAdvStringGrid saving the contents of (and hiding) the inplace editor

Hi,

In TAdvStringGrid I have a button edit, into which the user is typing some text. I would like to programmatically hide the inplace editor but I need to save the editor contents.

I have tried HideInplaceEdit but it loses the cell contents.

Thanks

HideInplaceEdit should do this. I retested this here and the inplace editor content is saved to the cell.
If you somehow experience something different with the latest version, please provide more details how to reproduce this.

Thanks Bruno - yes it is, I think something else is removing the value immediately afterwards.

Sorry to have bothered you.