dataGridView1.Rows[x1].Cells[y1].Style.BackColor = System.Drawing.Color.Red; System.Threading.Thread.Sleep(1000);
İ want to wait one second before
use dataGridView1.Refresh(); :)
dataGridView1.Refresh();