ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: kshipra on November 30, 2017, 01:00:17 pm
-
I have textarea description column.
There are multiple lines for description with CRLF at end of each line. Paste of entire row on another new row with these multiple lines for description is not working. Multiple existing rows are getting modified. using Ctrl C and Ctrl V
https://paramquery.com/pro/demos/copy_paste - pasted on grid B entire row with multiple lines in a cell
Line1 blah blah blah
Line2 blah blah blah.
Note: sfsdfsdfsdfsdfsdf.
How can I enable multiline with CRLF paste ?
-
If you want multiple lines of text to be pasted in a single cell, then enclose them within double quotes.
"Line1 blah blah blah
Line2 blah blah blah. "
-
It is not working :(
-
Can you please share a jsfiddle and which version of grid are you using?
-
It is similar problem to similar post with title: Pasting Cells with newlines. I am using grid version 3.4
-
Support for new lines is added in 4.0.2. In older versions new lines are considered as new rows.