If someone is still looking for a solution, this one actually saved me:
private void DataGridView1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { DataGridView1.CurrentCell = null; }