As I know The DataGridView control and its related classes are
designed to be a flexible, extensible system for displaying and
editing tabular data. And We can add an Image control in a column of
DataGridView. Setting the column Image property results in that image
being displayed by default for all the cells in that column. The
following C# program shows how to add a Image in column of a
DataGridView control.
Can any one give me a example to add Image to C# DataGridView
hope this will help