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”);
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”);