Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
CanBeSelectedInAddRange - what is this propery about (null reference problem)
posted

Hi,

What is the property  CanBeSelectedInAddRange in UltraTreeNode about?

An exception that I am investigating in our program (null reference in Infragistics.Win.UltraWinTree.UltraTreeNode.get_UIElement()) seems to be related to it.

This crash happens when setting UltraTreeNode.Selected =  true. If the property CanBeSelectedInAddRange is true when calling that code, it becomes false and the exception is thrown. This is the only connection between the crash and the state of the program that I was able to do.

This only happens with Infragistics 9.2 (previously we had 7.3) and I'm investigating to see if this bug is caused by our app. or by Infragistics. If you have any reason to believe this is an Infragistics bug I could try provide a stack and maybe fill a bug.

Thank you,

Alex