Disabled columns in a DataGridView

  • Thread starter Thread starter David Jackson
  • Start date Start date
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
 
Back
Top