Search code examples
.netwinformsdevexpressxtragrid

DevExpress XtraGrid LayoutView - how to show images


I have a data table with two field: skin_name and image_path. The sample skin images are stored on the HDD.

Now, I would like to show the skins in a GridControl via LayoutView (Carousel mode).

I loaded the data in the gridcontrol, now, how could I show the images too?

I don't want to store the images in the database.

Could you perhaps post sample code?

Thanks.


Solution

  • Please review the following KB article:
    A2707 - How to display external images in grid columns if the data source only contains links to the images.

    Sample code for this article: E538