LogFile for Changes in Grid

I need to create a Log-File for edited cells/values in TAdvStringGrid.

What event(s) should I catch to get the values before/after modifiying ?



Thanks in advance for any feedback !



Regards, Tom

With the event OnGetEditText, you get the value of the cell before editing starts.


With the event OnCellValidate you catch the modified edited cell value.