Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Skud on Aug 05, 2009 02:59
open dhtmlx forum
Set image in grid cell type IMG

How can i set an image into a cell type "img"??

mygrid.setColTypes("img");

I need set an image into this cell.
Answer posted by Support on Aug 05, 2009 09:24
You can use setValue method

grid.cells(row_id, column_index).setValue("some.gif");