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.