LS
Lingaraj S
Syncfusion Team
August 20, 2009 03:07 PM UTC
Hi Stephen,
Thank you for your interest in Syncfusion products.
Please try using WrapCellBehavior in GridControl. It will be move the current cell to Next row when the tab key has been pressed in last column.
Refer the code below:
this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.WrapRow;
Please let me know if you have any queries.
Regards,
Lingaraj S.