AW.Templates.Image in 2.5
This code worked well in the 2.0 version: Only the Image shows up in the grid.
Now in the 2.5 version the image and the cell text are displayed?
this.grid.setCellTemplate(new AW.Templates.Image, index);
this.grid.setCellImage(function(col,row) { return this.getCellText(col,row); }, index);
Any idea?
Now in the 2.5 version the image and the cell text are displayed?
this.grid.setCellTemplate(new AW.Templates.Image, index);
this.grid.setCellImage(function(col,row) { return this.getCellText(col,row); }, index);
Any idea?
ozzel
December 5,