Grid doesn't read two line text.

Hi :smiley:

When I typed on the text box like this,
123
1234
grid store it to sql data containing \r\n text.(make new line)
It looks fine now.

But when I click data containing text cell,
it convert to another text style and delete new line thing.

I changed dhtmlx script to new version. In contrast, before version it shows exactly what I want.

What is problem?

Could you please, provide with a demo link, where the problem can be reconstructed.

Here you can download my project.
https://www.dropbox.com/s/by3p76xmdu9h343/MVCAddress%2813%29_3.zip?dl=0

Try input some texts with press enter key to make several line in ‘ref’ textbox and click ‘save’ button.
You can see this data on the grid. Then, click your cell on reference column cell. When it edits, lines will be disappear.

Thank you