Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Amit on Dec 18, 2008 22:00
open dhtmlx forum
How to insert more than one image in the column ( img column type) using xml grid data fetching

How to insert more than one image in the column ( img column type) using xml grid data fetching
Answer posted by Support on Dec 19, 2008 02:37
Instead of img column type you can use inline html tags

<cell type="ro"><![CDATA[ <img src="some1.gif" /><img src="some2.gif" />]]></cell>