dhtmlxgrid

hi all…
am using dhtmlxgrid in tat how to add image to a gridrow of a particular column.please reply its very urgent.

thanks
chidananda

You can add an image into a cell of particular column by setting the type of that column to img.

	mygrid.setColTypes("ed,ed,ro,img");

And then in the value of a needed cell you must add a link to an image with “^” at the end

<cell>logo.png^</cell>

Look here for more info
http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:formatting_excells#img