Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
igNumericEditor Paste from Notepad not working
posted

Hello,

I have migrated my application from 2014 version of controls to 2016.1 version and I have used igNumericEditor in multiple screens and also in the Grid Add Row. After migrating to new version copy Paste has stoped working in all the screens including grids.

One more thing is when I disable ajax post to server from my javascript this copy paste starts working. I am not sure if this disabled functionality of Paste is bacause of any security feature of new version. 

Pls share  your thoughts as I m blocked with this.

Thanks,

Parag Dave

Parents
No Data
Reply
  • 435
    posted

    Hello Vivek,

    Thank you for using our community!

    I’ve created a code sample in order to investigate your case. When I am pasting a valid value in the editor it is working fine, if I am pasting an invalid value, for example “- 3” instead of “-3”, the value of the editor is reverted. You could check if the value you are coping is valid.

    In my opinion this behavior is related to the following issue:

    https://github.com/IgniteUI/ignite-ui/issues/504

    You could add comment that it is reproducible in igNumericEditor, too.

    Please do not hesitate to contact us if you have more questions regarding this issue.

    Regards,

    Aneta Gicheva,

    Infragistics

Children