enable Multiline

Hi



How to handle enabling multiline for dhtmlxTreeGrid without sending refresh request?Give me some examples for this issue.



Thanks in advance.

Actually you can enable multiline at any moment of time as
grid.enableMultiline(true);
grid.setSizes()

But while working correctly for all treegrid, it will not change behavior of “tree” column. It will be always rendered as single line of text ( while other columns in treegrid can be multiline )