Wrap rows

I'm sure this has been answered before, I just can't seem to find it. I would like to move the current cell down to the firstcolumn in the next row when tab or enter key is entered into the last column.

2 Replies

AD Administrator Syncfusion Team April 21, 2003 08:10 PM UTC

this.gridDataBoundGrid1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;


GD Glenn Doherty April 23, 2003 11:54 AM UTC

Thanks Clay, that worked perfect.

Loader.
Up arrow icon