New line inside <cell> content

Hi I really need a way to display a new line (like html
tag) inside a cell content in the grid control, for example:



Cell content:

asdasdasdasdasdasdasdasdasdasdasda



I need something like this on the same cell content

asdasd

asdasdasdasdasdasda





Is there a way to send a row breaker through the XML content of the grid, then the grid control render a line breaker.





Thanks

If you are using multiline mode, grid will automatically break long text ( if some whitespaces exists in text )
In any case, you can directly include br tags in necessary places

<![CDATA[ some_text
second_line ]]>

It doesn’t work on the first
for the rest works, for example:

line1line1line1line1line1
line2line2line2
line2line2
lien3line3line3line3line3
lien4line4line4line3line4


Problem can’t be reconstructed locally - all new line tags processed correctly - please check attached sample


If issue still occurs for you - please provide used data XML


1219845945.zip (85 KB)