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
914
key property is not supporting case-sensitive strings
posted

Just discovered a problem after using this tree control for year. The key property appears to be case-insensitive now! The getnodebykey() API is returning the node assigned with a key of " B S H B" when passing a parameter of " B S H b". The docmentation does not say anyytthing about the key property being a case-insensitive string; only that the key must be unique! I need a very quick fix for this.

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Keys are not case-sensitive in the tree. This has always been the case.

    One reason for this is that the tree is not language-specific. It can be used in VB or C# and keys in VB are not case-sensitive.

Children