how we activate or set focus in cell in grid?

how we activate or set focus a cell in Databoundgrid?



1 Reply

JJ Jisha Joy Syncfusion Team January 6, 2009 09:28 AM UTC

Hi,

This can be acheived by using the MoveTo method. Please see the code:

this.gridDataBoundGrid1.CurrentCell.MoveTo(GridRangeInfo.Cell(2, 2));


Please let me know if this helps.

Regards,
Jisha


Loader.
Up arrow icon