Categories | Question details Back To List | ||
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"); |