Below code generates exception "Key already exists":
ultraTree1.Nodes.Add("HELLO");ultraTree1.Nodes.Add("hello");
Is it possible to make WinTree case-sensitive? By default UltraTree doesn't distinct keys, which differs in letter case (as "hello" and "HELLO").
Hello,
Has this feature been implemented yet??
We need case-sensitive Ultratreenode for our project.
Thanks.
Namrata
Hi Daryl,
It depends on what collection you are talking about. This post is referring to the keys of nodes in the UltraWinTree control, which are not case sensitive. Which means that case is not taken into account when determining if the keys are equal.
So "HELLO" is the same as "hello" in this case.
I am very confused. in some places people say keys are NOT case sensitive in others they say they are.
Which is it?
Follow this link to submit a feature request to Infragistics.
Request a Feature or Component
This problem still get back to us. Maybe you plan to change it in next versions of Infragistics controls?