dbelley_office
New member
- Joined
- Apr 27, 2006
- Messages
- 3
- Programming Experience
- 5-10
Hi,
I have a column in my datagrid which is ReadOnly.
I would like to prevent the user to focus that column when he hits Tab key.
I tried :
tbcColumn1.TextBox.TabStop = False
But it doesn't do the job.
How can I do that?
Thanks for helping.
I have a column in my datagrid which is ReadOnly.
I would like to prevent the user to focus that column when he hits Tab key.
I tried :
tbcColumn1.TextBox.TabStop = False
But it doesn't do the job.
How can I do that?
Thanks for helping.