0

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.

DmitryG
  • 17,677
  • 1
  • 30
  • 53
derstauner
  • 1,478
  • 2
  • 23
  • 44

1 Answers1

0

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

DmitryG
  • 17,677
  • 1
  • 30
  • 53