Hi Hristo,
I have a textbox in grid
text: ‘Identifier’,
datafield: ‘identifier’,
columntype: ‘textbox’,
Now, I want to copy data from excel sheet and paste it in this cell. After pasting, I want to split the data by line and do some operation on this. But the cell value that I get doesn’t have “\n” chars. They are getting removed I guess.
Can you please help here?