You can restrict editing of the column and then simply use the Select method in the EnterCell event. C1FlexGrid1.Cols(x).AllowEditing = False To avoid the blue selection box in the restricted column, set the SelectionMode on load to Cell C1FlexGrid1.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum...