I need to make individual cells in a datagridview read-only. But at the initial level i want to make ReadOnly to 3 cells of Text Column only. user can add new row in it, but will not be able to edit rows. Can anyone show me some code of how I could bypass read only cells in DatagridView when pressing TAB key? Is this possible?
Bookmarks