NR
Nirmal Raja
Syncfusion Team
February 24, 2011 04:11 AM UTC
Hi Hemalatha,
Thank you for your interest in Syncfusion products.
You can use the MoveTo method to get the current cell to be focused on specific row index and column index.
Please refer the code below:
this.gridDataBoundGrid1.CurrentCell.MoveTo(3,4);
Let me know if you have any concern.
Regards,
Nirmal