You can wrap text in the grid cells using .aw-text-wrap class (on row template) -
obj.setRowHeight(40);
obj.getRowTemplate().setClass("text", "wrap");
obj.setCellTemplate(new AW.Templates.ImageText);
http://www.activewidgets.com/grid.howto.cells/multiline-text.html
Unfortunately it is not possible to make rows adjusting the height to the cell content - in AW 2.0.2 all rows must be the same height for correct scroll calculations.
This topic is archived.