adding an image into flexgrid

how can i add an image into flexgrid control?

Note: my aim is to have a column showing different images for different rows.

Hi,

FLEXGRID control is currently limited to a subset of controls. The IMAGEOUT is not included.
Could you use also a normal ROWTABLEAREA2 grid? With this grid the layout of columns is set in the layout definition, not in the adapter code. In this control you may use any available control to be put into the ROWTABLEAREA2 grid (well, you can’t put grids into grids…).

Bjoern

I decided to use rowtablearea2 as you have suggested.
thanks…