tInspectorBar and validate a modification

Hi

In advStringGrid, the OnCellValidate event exists, but in tInspectorBar it is not the case. OnEditUpdate looks similar but there is a way to obtain the old value, in case to reject the modification ? with the grid we can use advStringGrid.OriginalCellValue.

Maybe an idea to add this event (OnValidate) or modify OnEditUpdate for a next update

You could capture the original item value from the OnEditStart event that is triggered before editing starts

Thanks

that’s what I had started to do

Regards