AD
Administrator
Syncfusion Team
November 8, 2005 04:31 PM UTC
You can use the grid.CurrentCell.MovetTo method to set the grid''s current cell.
One other comment is the the grid has e grid.CellClick event that you might consider using. It has e.RowIndex and e.ColIndex of the clicked cell set in its event arguments.