When you click on tree control parent node name and later on click on "+" button to expand that node changed event executes multiple times depends on the child element present inside that parent node.
See Below example:- When i click on Parent1(text) and then click on "+" button of Parent1, event fires 2 times. If i do same on Parent2, event fires 3 times.
+ Parent1
+Child 1.1
+Child 1.2
+Parent2
+Child 2.1
+Child 2.2
+Child 3.3
How to solve this issues in K2 5.3 version?