Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether the values in the column can wrap within their cells.
Syntax
public void setWrapText( boolean wrap )
Parameters
wrap
Set to true to allow the values to wrap within their cells. (In order to fit multiple lines of text in a cell, set the rowHeight property of the parent DataGrid control.) Set to false to clip the text at the cell's right edge. The default value of the wrapText property is false.
See Also getWrapText