Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top