R – Advanced DataGrid image renderer

apache-flexflex3flexbuilder

I need to develop Advanced Datagrid like the below attached image. So I had developed the Grid with some columns but do not know how to rendering the image in the result part of the grid. Any one please help me, how to rendering the images in the result part. c

alt text http://www.freeimagehosting.net/uploads/a8e193239b.jpg

Best Answer

I think all you need is for the given itemRenderer to include an Image object. You would set the .source property of the Image to data.imageURL (or some similarly named property on your data object).

Related Topic