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
close icon

grid cell text selection

If I finish editing value in the rightmost column in a grid and hit enter, the selection does not move because the default behavior moves to the right cell and there is no right cell anymore to go to.

How can I modify this behavior so that if the current cell's col index = col count, I will move the selection downward instead of right side?

thanks

1 Reply

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.

Loader.
Live Chat Icon For mobile
Up arrow icon