Categories | Question details Back To List | ||
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); |