TabStop in a DataGridView?

sfx

Well-known member
Joined
Jan 31, 2006
Messages
46
Programming Experience
Beginner
Hello All,

How do I programmatically prevent a particular cell in a DataGridView from being focused by means of the TAB key? I want to be able to skip all cells in a certain column and move to the next selectable cell when a user hits the second last column in a DataGridView.

Cheers,

sfx
 
Back
Top