Image display in grid cell from oracle

Hi,

I want to display some image from oracle database to the dhtml grid. I have tried all the solutions mentioned by the support but they are giving some exceptions like – " ; is expected" etc.



Please give me some solution of my problem


How do you try to display image in the grid? Do you insert tag into xml or using “img” excell type?


If you are inserting tag into xml, you have to contain it into CDATA:


<![CDATA[]]>




If issue still occurs please provide us more information about how are you inserting image into grid