1. у TStringGrid есть ограничение:
Fixed row count must be less than row count. из него следует что в нем не может быть только фиксированная строка.
2. в модуле где объявлен TStringGrid:
Код:
type
TStringGrid = class(Grids.TStringGrid)
public
property InplaceEditor;
end;
...
StringGrid1.EditorMode:=True;
StringGrid1.InplaceEditor.SelectAll;