Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by kamaraju prathi on Jun 26, 2009 22:03
open dhtmlx forum
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>