We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to shift to next row when tab is hit on the last column of the previous row

Hi,

Is there any ssimple way of shifting the focus to next row when the tab is hit on last column of the previous row.

Or will I have to capture the current cell in onKeyDown event and will myself have to figure out when to shift to next row.

Thanks and regards
Prashant Agarwal

2 Replies

AD Administrator Syncfusion Team November 30, 2006 11:08 AM UTC

Hi Prashant,

Please try this code

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

Best Regards,
Haneef


PR Prashant November 30, 2006 01:53 PM UTC

Thanks,

This is what I was looking for.

>Hi Prashant,

Please try this code

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

Best Regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon