AutoEditing
Specifies whether grid shall immediately try to edit cell (place an inplace editor inside the cell) within the column upon user selection.
pas
published property AutoEditing: Boolean read FAutoEditing write SetAutoEditing default False;
This property is set to False
by default that means that user need to click once again on a selected cell, or start typing in order to edit into the edit mode.