jQWidgets Forums

jQuery UI Widgets Forums Grid Copy paste values from excel event

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 5 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Copy paste values from excel event #107837

    sabacinski.piotr
    Participant

    Hi,
    I have implemented a functionality that allows me to prefill one column with the data after editing of two another columns. This works fine when I manually edit columns. (Using cellendedit)
    Now, I would like to enhance it that when I copy several rows from excel file to the grid it should also trigger the same function for each row that fulfills the third column.
    I tried using ‘cellvaluechanging’ but it’s not triggered when I paste data to the grid.

    Do you have any idea how to solve that problem?

    Copy paste values from excel event #107848

    Martin
    Participant

    Hello sabacinski.piotr,

    The name of the event is cellvaluechanged, not cellvaluechanging. It is triggered when you paste data into the grid.
    You could check this Example.

    Best Regards,
    Martin

    jQWidgets Team
    https://www.jqwidgets.com/

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

You must be logged in to reply to this topic.