DevExpress GridControl image column displays images like System.Byte[]

15,977

You should assign the column's ColumnEdit property with an instance of a RepositoryItemPictureEdit. In this case, the XtraGrid will be able to show image in the grid.

Sample: How to display an image in GridControl

Related links:

  1. Repositories and Repository Items
  2. Inplace Editors Overview
Share:
15,977
namco
Author by

namco

Updated on June 28, 2022

Comments

  • namco
    namco almost 2 years

    I have a table with person data which are Name, Surname, Code and Photo of persons. And when I select persons from table like and send the result to DevExpress GridControl it shows Name, Surname and Code columns. But Photo column displays System.Byte[] value in all rows. What is the problem.