Text and ImageButton in DHTMLX Grid cell

Can we have Text and ImageButton together in dhtmlX grid? The image should be displayed in the cell based on some value (Text).

On click of that image page should be redirected. Can we achieve this? Is there any sample available?

You can use any html stored inside CDATA at the xml structure:

<cell><![CDATA[
Click me!

   ]]></cell>