By default the image column and cell convert null values to the standard "X" image. You can make no image show up by changing the column's NullValue property to null. The following code example sets the NullValue for an image column:
this.dataGridViewImageColumn1.DefaultCellStyle.NullValue = null;