Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Brad Clark on Sep 14, 2007 00:23
open dhtmlx forum
Text wrap in cell in dhtmlXGridObject

I have a dhtmlXGridObject table and the I have a number of cells where the text is longer than the cell. Is there an easy way to allow the text to wrap and be visible. So if the text flows to 3 lines then the rows height expands to the height of 3 lines so my users can see the entire text, like an html table does.

Thanks,

Brad
Answer posted by Stanislav on Sep 18, 2007 15:53
You need to enable multi-line mode
    grid.enableMultiline(true);