AD
Administrator
Syncfusion Team
September 10, 2004 05:24 AM UTC
If the currentcell is already at the proper row/col, you can call
grid.CurrentCell.BeginEdit();
If you need to move the currentcell and activate it, you can use
grid.CurrentCell.MoveTo(row, col, GridSetCurrentCellOptions.SetFocus);