Programmatically move focus to another cell

Can you please supply a code snippet demonstrating how to move to a cell programmatically.

1 Reply

AD Administrator Syncfusion Team February 24, 2005 02:49 PM UTC

this.grid.CurrentCell.MoveTo(someRowIndex, someColumnIndex); You may or may not want to add a third argument with cell activation parameters set.

Loader.
Up arrow icon