TAdvStringGrid OnCellValidate Event

Hi,


I'm using TAdvStringGrid v8.4.2.2 with RAD studio Rio 10.3 C++ Builder.

I use the OnCellValidate() event to check the text that the user enters into certain cells in the table.  Something has changed recently which causes the OnCellValidate() to be called twice - once for the KeyDown and once when, I think, an InPlace editor is hidden, causing the cell to be revalidated.

But I can't work out what I have changed to cause this second instance to happen - it's only started happening recently.

Any suggestions gratefully received.

Andrew

We will really need to know full details, i.e. your grid property settings, event handler code, ... preferably a sample source project will be most efficient to investigate how this happens.