how to insert different images in different rows of a dhtmlx grid?
plz help . it’s urgent
Do you mean dhtlmxgrid of dthtmlxtreegrid
In case of grid , the only way to insert image in cell - provide it as cell value, so to have different images, just provide different values.
In case of treeGrid - it can be defined as
Automatic
or set by js command after data loading
grid.cells(i,j).setImage(url);