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 move with Tab in GridControl and GridDataBoundControl

Hi!

What needs to be done to be able to move to the next cell in GridControl?

By default you can move only to the next cell in current row, but if the current column is the last one, then I want to make next rows first column active, after 'Tab' key is pressed.

Please advice!

Thanks,
Edijs

4 Replies

AD Administrator Syncfusion Team January 5, 2007 01:50 PM UTC

Hi Edijs,

Please this property setting this will help you to tab through the cells in the grid, even when you are in the last column.

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

Best Regards,
Haneef


AD Administrator Syncfusion Team January 5, 2007 02:16 PM UTC

Thanks, Haneef!

Regards,
Edijs


AD Administrator Syncfusion Team February 15, 2007 12:25 AM UTC

The wrap works in the the gridcontrol but the griddataboundcontrol won't tab at all. How do you get the tab key to work on the griddataboundcontrol?


AD Administrator Syncfusion Team February 15, 2007 07:29 PM UTC

Hi Marc,

Regarding this issue, i am not sure what is causing it. Please post us a sample showing this problem or modify the shipped browser samples to reproduce the problem, which will help me to find the issue and resolve this.

Thanks for your patience.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon