3.2.0

Automatic text wrap

Hi,
Just bought the license and trying to make autowrap and autoresize for the cells while resizing the column width. Please advise.
ilia
August 13,
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.
Alex (ActiveWidgets)
August 13,

This topic is archived.

See also:


Back to support forum