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

How do I TAB out of a grid control to next control on Form?

If I place a grid control and couple of buttons on a Form, and run the application, pressing the TAB key in the last cell of the grid does not move focus out of the grid to the next control on the form. Is there a property of the grid that enables this behaviour? Or if there is not, how can I make this occur? Thanks.

1 Reply

AD Administrator Syncfusion Team July 15, 2003 06:18 AM UTC

If the grid is on a form, then I think setting this property will allow the tab key to move out of the grid to the next control. this.gridControl1.Model.Options.WrapCellBehavior = GridWrapCellBehavior.NextControlInForm; If the grid is on a tabpage or groupbox or panel or some container other than a form, then then you also have to handle the WrapCellNextControlInForm event. Here is a sample that shows how.

Loader.
Live Chat Icon For mobile
Up arrow icon