Forgive me if I am missing something. I was using the NodeMouseUp event to detect when a node was checked or unchecked. The reason I used this and not the NodeCheckedChanged is that NodeMouseUp only fires once whereas NodeCheckedChanged fires for every node checked and when you select the parent node it fires for every child node. The NodeMouseUp worked fine till I upgraded to Q1 2011. Perhaps there is a better way to do what I want. I simply want to know when the selections for the entire tree have been changed and then refresh my GridView based on the values.
Thank You
Thank You