I have a DataGridView
, the content is populated from a database query. I want to add a column which I’ve done, the column contains images that are populate when the application is running, the images reflect the state of the record, however, the problem I have is that initially when the rows are populated the initial image is an X indicating no image supplied.
In my resources I have an empty image that I would like to use as the initial image until I have processed and added the correct image, the question is how do I get the grid view to use my default value?