AutoSelect
Specifies whether last added (or deleted) row will be automatically selected after methods such as AddRow, InsertRow, DeleteRow etc.property AutoSelect: Boolean read FAutoSelect write FAutoSelect default False;In most of the cases setting this property to True eliminate need for next code:
NextGrid61.SelectedRow := NextGrid61.LastAddedRow;