this.gridControl1.EnterKeyBehavior = GridDirectionType.Down;
this.gridControl1.ColStyles[1].Enabled = false;
this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
this.gridControl1.ColStyles[1].ReadOnly = true;
this.gridControl1.ActivateCurrentCellBehavior = GridCellActivateAction.SelectAll;
this.gridControl1.ForceCurrentCellMoveTo = true;
this.gridControl1.CurrentCell.MoveTo(1,2);
Regards,
Priti