Categories | Question details Back To List | ||
enable Multiline Hi How to handle enabling multiline for dhtmlxTreeGrid without sending refresh request?Give me some examples for this issue. Thanks in advance. Answer posted by Support on Mar 02, 2009 06:41 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 ) |