Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #108637
    edwardsmarkff
    Participant

    hi – there is probably a very easy workaround to this, but when the grid is loaded dynamically, a callback .onCellUpdate() seems to freeze up the grid.

    please try this:  https://codepen.io/edwardsmarkf/pen/OJryKmB

    The loading spinner shows up & the grid stops responding.   also i am not seeing any console error messages.

    suggestions?

    #108638

    Hi,

    As you can see, the callback accepts a few arguments.
    Generally, this callback is for validating the new cell value.
    You may validate the cell; if it is valid, you should invoke the confirm function from the arguments.
    The function accepts true if the cell is valid and false if it is not:
    https://codepen.io/svetoslavb04/pen/RwEaZvM

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

    #108640
    edwardsmarkff
    Participant

    now THAT was embarrassing! 😳😳😳😳😳

    thank  you!

    #108642

    Hi,

    Thank you for the update!
    Please, do not hesitate to contact us if you need any assistance.

    Best Regards,
    Svetoslav Borislavov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.