Wrapping tree node text

Hi,

I would like to automatically wrap tree node text in a treegrid, if the width of the text exceeds that of the treegrid.

I tried enableMultiline(true), which didn’t work. I also tried enableMultiLineItems(true), which seems to be available only for plain trees (not treegrids). Am I doing something incorrectly?

Thanks!

This is known limitation. Multi line has been blocked in “tree” cell to prevent visual issues.