TAdvStringGrid Validate on Exit Grid

I have tried different code but can't figure a way to when you exit a grid to validate the cell being exited from. An Example would be a name entered in the exited cell for the data being entered elsewhere on the form.

Project1.zip (53.0 KB)

Thanks for Reply
I added Validate := False; toTForm1.AdvStringGrid1CellValidate This should keep not you from moving to any cell in grid it does not. What I am looking for is for it stop moving from the grip to the Tedit when you click to the Tedit.

It won't block to navigate to other controls as this could freeze / lockup the entire form