BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridControl1.CurrentCell.MoveTo(someRow, someCol, GridSetCurrentCellOptions.SetFocus);
If you are doing this from FormLoad, you may also have to call
this.gridControl1.ForceCurrentCellMoveTo = true;