I have a complete dataGridView with 5 Columns.
Now, I want to draw a Bitmap in certains cells of these columns.
This is what it should look like:

I’ve currently tried:
dataGridView1.Rows.Add( ) ;
Can you help me to draw a bitmap in new Row of dataGridView.Rows?
Try this: