jQWidgets Forums

jQuery UI Widgets Forums Navigation Tree Disable Recursive checkchange event

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Disable Recursive checkchange event #48181

    spirit
    Participant

    Hello,

    I have a checkbox tree which has a checkChange event. That event trigers the update of a grid. This event is triggered recursively and since it takes some time to update the grid i want avoid being called recursively.

    I ‘ve tried to call event.stopPropagation() and event.preventDefault() and they dont work since the nodes that are calling this method are deeper inside the tree.

    IS there a way to do that?

    Thank you!!!!!

    Disable Recursive checkchange event #48192

    Peter Stoev
    Keymaster

    Hi spirit,

    There is currently no way to disable the event’s built-in behavior.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.