:: Forum >>

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
Wednesday, February 13, 2008
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)
Wednesday, February 13, 2008

This topic is archived.


Back to support forum

Forum search