Can anyone show me some code of how I could bypass read only cells in DatagridView when pressing TAB key?
if (e.KeyValue == 13) { e = new KeyEventArgs(Keys.Tab); }