How can I help you?
How to Move to the Next Row from the Last Cell of a Row
15 Jun 20211 minute to read
Introduction
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