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

Tab out of a GridDataBoundGrid?

Hi, I am using a GridDataBoundGrid in a windows forms application. What is the keyboard shortcut to move out of a GridDataBoundGrid? For example for Microsoft''s windows forms Datagrid control you use the following keyboard shortcuts to move the focus out of a datagrid: Move to the next control in the tab order: CTRL+TAB Move to the previous control in the tab order: CTRL+SHIFT+TAB These do not seem to work for the GridDataBoundGrid. Is there an equivalent? Thanks in advance, -Alison

1 Reply

AD Administrator Syncfusion Team May 13, 2005 11:58 AM UTC

You can set a property to tell the grid to tab to the next control when you reach the last cell in the grid. Here is a forum thread that discusses this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=23788 If you wanted to implement your ctl+tab idea to move out of the grid at any point (instead of when you reach the end of the grid), you could derive the grid, override ProcessCmdKey and test for teh special keys and handle moving to teh next control at that point.

Loader.
Live Chat Icon For mobile
Up arrow icon