We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon