Making the Tab key move to the next row

In the data bound grid, is there any way to make the Tab key move to the start of the next row when it reaches the right-most column? Thanks, Paul.

2 Replies

AD Administrator Syncfusion Team September 28, 2004 10:04 AM UTC

Try setting this property. this.gridDataBoundGrid1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;


PM Paul McNally September 28, 2004 10:34 AM UTC

Most excellent, thank you.

Loader.
Up arrow icon