Trouble displaying bitmap BLOBs in DataGridViewImageColumn...
1) In Design View I created a radGridView.
2) I set the datasource to a EmployeeBindingSource that binds to a Employee SQL table that contains a BLOB field containing normal everyday employee photograph bitmaps.
3) The radGridView auto generated the columns and one of the columns is a DataGridViewImageColumn bound to my BLOB field.
4) When I run the application, I see all the fields displayed EXCEPT the fields in the DataGridViewImageColumn and I have no idea why.
From the DataGridViewImageColumn Telerik Documentation: "Supported image formats are those supported by the Image class of .net framework."
http://www.telerik.com/help/winforms/gridview-columns-gridviewimagecolumn.html
The .net Image Class does support my bitmaps because I use the image class to store the bytes in the blob field in the first place.
Any Ideas?
1) In Design View I created a radGridView.
2) I set the datasource to a EmployeeBindingSource that binds to a Employee SQL table that contains a BLOB field containing normal everyday employee photograph bitmaps.
3) The radGridView auto generated the columns and one of the columns is a DataGridViewImageColumn bound to my BLOB field.
4) When I run the application, I see all the fields displayed EXCEPT the fields in the DataGridViewImageColumn and I have no idea why.
From the DataGridViewImageColumn Telerik Documentation: "Supported image formats are those supported by the Image class of .net framework."
http://www.telerik.com/help/winforms/gridview-columns-gridviewimagecolumn.html
The .net Image Class does support my bitmaps because I use the image class to store the bytes in the blob field in the first place.
Any Ideas?