I have an Image column. How do I get back the filename of the image in a
given cell? When I try to get the .Value of the cell all I get is
"System.Image.B itmap".
I am also a bit troubled by editing the DataGridView instead of the
DataTable data source. For instance, I have a BackgroundWorke r populating a
column with images from the web, but also allow row ordering which obviously
throws off my placing the images in the correct cells. The
DataGridTableSt yte class has an AllowSorting property, but that doesn't work
for a DataGridView.
Am I going about this totally wrong?
given cell? When I try to get the .Value of the cell all I get is
"System.Image.B itmap".
I am also a bit troubled by editing the DataGridView instead of the
DataTable data source. For instance, I have a BackgroundWorke r populating a
column with images from the web, but also allow row ordering which obviously
throws off my placing the images in the correct cells. The
DataGridTableSt yte class has an AllowSorting property, but that doesn't work
for a DataGridView.
Am I going about this totally wrong?