Disabled columns in a DataGridView

D

David Jackson

Hello,

I have a DataGridView which is populated from an Access database. The final
column is a calculated column. I have set this to ReadOnly in the column
collection properties, but now I would like to prevent the users from even
entering that column while they are tabbing through the cells in the
DataGridView sort of like setting TabStop to false on other controls. Is
this possible? I couldn't find any property of the column which would do
this?

DJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top