0
votes

I have a ExtJs 4.1 check box tree panel. When I check or uncheck any node, check change event for the tree is fired. How can I programmatically fire this event.

One way I can think of is to use following code. But this code is not firing every time :-(

this.fireEvent('checkchange', node, true, opts);

Thank you

1

1 Answers

0
votes

try with this event

checkchange(node, checked, eOpts)