Tabbing out of Grid

Hi When you have focus in a grid cell, how can you tell the grid that when tab is pressed, it should leave the grid and move the focus to the next control outside the grid (rather than to the next cell) Thanks Martin

1 Reply

AD Administrator Syncfusion Team September 25, 2003 11:45 AM UTC

Try setting grid.WantsTabKey = false; Stefan

Loader.
Up arrow icon