Behaviour of pasting multiple line text into cell
Hi,
Copied multiple line text from a text editor (with linux /n and dos /r/n) into the grip with text-wrap. In different browser I get different behaviour:
IE: only 1st line is pasted
Chrome/Firefox: lines are copied, but new lines are converted automatically into space (by browser or by the grid?)
Had a text filter in the grid to convert /n or /r/n into <br>, but not detecting any from 'text' in
obj.onCellValidated = function(text, column, row){...}
What I am trying to achieve is that user should be able to paste a multi-line text into the grid, and inside the cell, the new lines should be kept in shape.
Thanks
Copied multiple line text from a text editor (with linux /n and dos /r/n) into the grip with text-wrap. In different browser I get different behaviour:
IE: only 1st line is pasted
Chrome/Firefox: lines are copied, but new lines are converted automatically into space (by browser or by the grid?)
Had a text filter in the grid to convert /n or /r/n into <br>, but not detecting any from 'text' in
obj.onCellValidated = function(text, column, row){...}
What I am trying to achieve is that user should be able to paste a multi-line text into the grid, and inside the cell, the new lines should be kept in shape.
Thanks
Ray
April 1,