When I try to display columns with images in an ASPxGridView it does not display the image, cells display "System.Byte []".
How can I display the images (jpeg, bmp …) stored in a blob field in an ASPxGridView?
My ASPxGridView is AutoGenerateColumns. This is very important because users have a wizard to create their own queries to the database.
Thank you.