Categories | Question details Back To List | ||
wrapping text hi, I need to wrap text in grid cell.could you please suggest some attribute which do this . Answer posted by dhxSupport on Jun 29, 2009 00:35 To wrap text in dhtmlxGrid you can use multi line mode (mygrid.enableMultiline(true)) or use <br /> html element in the cell's value: <cell><![CDATA[some<br />text]]></cell> |