Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
xamDataCarousel and Images
posted

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?

  • 9694
    posted

    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,