hbopuri
2 Jan 2015, 2:27 PM
I want to set a tree node checkboxto true without firing the "checkchange" event. How can I do that.
i tried below
node.parentNode.ui.checkbox.setAttribute("checked", "checked");
but it doesn't work.
if I do the toggle, it will fire the "checkchange" event
node.parentNode.getUI().toggleCheck(true);
i tried below
node.parentNode.ui.checkbox.setAttribute("checked", "checked");
but it doesn't work.
if I do the toggle, it will fire the "checkchange" event
node.parentNode.getUI().toggleCheck(true);