How to move to the next row from the last cell of a row

15 Jun 20211 minute to read

Set the WrapCellBehavior property to wrap a row when the Tab or Enter key is pressed.

//Sets WrapCellBehavior property to Wrap Row to move to the next row.
this.grid.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
'Sets WrapCellBehavior property to Wrap Row to move to the next row.
Me.grid.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow