I want to set a tree node checkboxto true without firing the "checkchange" event. How can I do that.
but it doesn't work.
if I do the toggle, it will fire the "checkchange" event
Toggle tree node checkbox click without firing checkchange event
i tried below
Code:
node.parentNode.ui.checkbox.setAttribute("checked", "checked");
but it doesn't work.
if I do the toggle, it will fire the "checkchange" event
Code:
node.parentNode.getUI().toggleCheck(true);
Toggle tree node checkbox click without firing checkchange event
Aucun commentaire:
Enregistrer un commentaire