jQWidgets Forums

jQuery UI Widgets Forums Grid Special char in textbox

This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 5 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Special char in textbox #111585

    Amrit
    Participant

    Hi,

    When we paste text in the column (textbox), then special characters like newline, are removed by default. How can we get the raw text in onCellvaluechnaged event?

    Thanks

    Special char in textbox #111600

    Hristo
    Participant

    Hello Amrit,

    Please, provide us with more details.
    What do you want to achieve?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

    Special char in textbox #111617

    Amrit
    Participant

    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?

    Special char in textbox #111628

    Hristo
    Participant

    Hello Amrit,

    There is no built-in feature for this.
    I would like to suggest you prepare the data that is in the clipboard and after that paste it in the wanted format.
    Please, take a look at this article.
    I hope this will help.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.