3.2.0

Multiple line of text (wrapped) in a Grid Row

I am trying to have a grid row that may have many lines in a row; but, the problem is, once I embeded html code <br/> rest of the text disappear. Is there any way one can embed the html tag?
TJ
February 13,
You can allow cell text wrap into the next line with setClass("text", "wrap") on grid row -

obj.getRowTemplate().setClass("text", "wrap");
obj.setRowHeight(40);

http://www.activewidgets.com/grid.howto.cells/multiline-text.html
Alex (ActiveWidgets)
February 13,

This topic is archived.

See also:


Back to support forum