HA
haneefm
Syncfusion Team
May 21, 2007 03:35 PM UTC
Hi Raul,
Please try this code.
this.grid.CurrentCell.MoveTo(3,2); //For the CurrentCell to 3rd row, 2nd column in a grid.
GridCurrentCell cc = this.grid.CurrentCell; //get the CurrentCell in a grid.
Best regards,
Haneef