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
You need to enable multi-line mode
grid.enableMultiline(true);