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
815
Bug in UltraTree
posted

Hi all,

I recently discovered a bug in Infragistics 9.2 (don't know if also in other versions) regarding the WinTree.

NodeStyle is set to CheckBox; when checking or unchecking the nodes using space key, if the number of nodes exceeds  ~1500, the current node loses focus (goes unactive) and the focus is set on the first node (first node becomes the active node). This happens only when changing state via space key and when dealing with a big number of nodes. 

 

Hope this helps someone, maybe Infra will find a fix in the next release. 

 

Have a good one folks!

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    That seems pretty unlikely to be a bug in the tree. I can't imagine any code in the tree that would cause the control to lose focus.And I especially don't see why the number of nodes in the tree would make any difference.

    Are you sure nothing in your code is doing this? Perhaps some code in an event of the tree?

    Can you post a small sample project demonstrating this behavior?

Children