info icon in cell of dhtmlx data grid

Hello,

I want to put the info(i) icon within any cell of the treegrid clicking which will need to open the popover with some information, please suggest how can we do this.

thanks in advance

like it is in the attached image


You may place any needed html in your cell.
For example you may use something like this:

	<cell image="dvd.gif"><![CDATA[Hogan's Heroes - The Complete Third Season<img src='my_images/pic.gif' align='right' onclick='foo()'></img>]]></cell>

Thanks for this but what if i am using treegrid input as json format. please suggest.

so, the same thing, but without cdata usage:

{ id:'001', data:[ "Hogan's Heroes - The Complete Third Season<img src='my_images/pic.gif' align='right' onclick='foo()'></img>", "Blood and Smoke", "Stephen King", "0", "1", "01/01/2000" ] },