How to set Focus to cell

Hi, In GridControl,how to set focus to the cell.I know rowIndex and colIndex, by using them how to set focus to the cell.For example, rowIndex = 5 and ColIndex =5.Then how to set focus to the cell gridControl[5,5]. Thanks Jitendra.

2 Replies

AD Administrator Syncfusion Team May 17, 2005 09:16 AM UTC

You use grid.CurrentCell.MovetTo.


AD Administrator Syncfusion Team May 17, 2005 09:16 AM UTC

>>You use grid.CurrentCell.MovetTo. The extra t is a typo. You use grid.CurrentCell.MoveTo.

Loader.
Up arrow icon