this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow; this.gridControl1.EnterKeyBehavior = GridDirectionType.Right;Attached is a sample that uses these properties and does validation in CurrentCellAcceptedChanges without the double message.