Cell with text and image

Hi,

I would like to ask if there is an option to set a cell with 2 values - like I want to have an image and a text on my cells. (in my app the table contains text and icons acording to the values so I need both column types for every cell img and ed).

Is there such an option?

Thanks, Efrat

You may use CDATA to put in a value of a needed cell image and text.
For example:

<cell><![CDATA[<img src="image.gif" /> this text goes right after the image]]></cell>

but it will be a single value of a cell.

Also you may try to create a custom ExCell type:
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:toc_custom_excell_creation