Categories | Question details Back To List | ||
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 Answer posted by dhxSupport on Feb 26, 2009 08:26 How do you try to display image in the grid? Do you insert <img> tag into xml or using "img" excell type? If you are inserting <img> tag into xml, you have to contain it into CDATA: <cell><![CDATA[<img src="img.gif" />]]></cell> If issue still occurs please provide us more information about how are you inserting image into grid |