AD
Administrator
Syncfusion Team
April 4, 2006 09:34 AM UTC
Hi Prathima,
You can set the focus to required cell by using CurrentCell.MoveTo( ) method. Below is the code snippet
// In Form_Load event
this.gridDataBoundGrid1.CurrentCell.MoveTo(2,2,GridSetCurrentCellOptions.SetFocus);
this.gridDataBoundGrid1.CurrentCell.BeginEdit();
Best regards,
Madhan