tabstop

is there a way to disable the tab key for cell navigation? I can use the arrow key to jump to different cells. But I would like to reserve the tab key to move navigate thru all the controls on a form.

2 Replies

AD Administrator Syncfusion Team February 27, 2004 08:51 AM UTC

Try setting


AD Administrator Syncfusion Team February 27, 2004 08:52 AM UTC

Sorry, I hit the tab key :) Try setting Me.grid.WantTabKey = False

Loader.
Up arrow icon