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.

You can use setValue method

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