Datgrid with Image column does not display Image
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am using unbound datagridview in which one data column is for deleting the row. I am using Delete image on this cell. Now when users adds a new row or even before adding the row. the Cross Image displays in it. which is not my delete image and to get the image in the cell I have to programmatically reload the row after editing to display image. Is there any way through which I can get my delete image as a default image on the column cells. Regards