Carriage Return in XML that loads grid is lost

We have a case where the XML data that is feeding the dhtmlxGrid contains cell data wrapped in CDATA that contains Carriage Returns. When the data is loaded to the UI through dhtmlxGrid, the Carriage Return appears to be stripped from the string value. Here is a clip of the XML data being passed to the dhtmlxGrid. The 5th “cell” element’s CDATA contains a carriage return that does not seem to be getting passed through to the dhtmlxGrid component which is a problem.

Does dhtmlxGrid support embedded carriage returns in the cell data? This is causing a down stream problem in that after the row is selected, the down stream processing is expecting the carriage return.

Please, make sure that you have enabled multi line content:

mygrid.enableMultiline(true);