I am binding a xamDataGrid to a dataset that has a bitmap field. I would like to view the image as a bitmap, how do I do this? Current it just shows a string stating "System.Drawing.Bitmap"?
Any ideas..thanks?
Hello,
You will need to create a CellValuePresenter which will assign an Image element to the cells in the field which are being assigned the string "System.Drawing.Bitmap". Currently, the XamDataGrid is creating a Text editor for the object. In your documentation, there are detailed instructions how to create a CellValuePresenter to assign an Image to a field. If you cannot find it or need further assistance, I will be happy to paste that text here for you.
Thanks,