We are trying to see whether the tree control can have two texts associated with each node; one for display and one for action behind the scenes.
We have a XSD file in a tree structure that has each element in a coded form. ie. MSH.1.0.0 is one node. However, we want to display MSH.1.0.0 (Sending Application). But whenever the user does something with that node, we want to use MSH.1.0.0 for the behind the scene operation such as text formatting ,etc.
Is it possible to do the above with the tree control? Basically, I want to have the node text for display and node text for processing. Any ideas on how to implement this will be very much appreciated.
Nachi
We have a XSD file in a tree structure that has each element in a coded form. ie. MSH.1.0.0 is one node. However, we want to display MSH.1.0.0 (Sending Application). But whenever the user does something with that node, we want to use MSH.1.0.0 for the behind the scene operation such as text formatting ,etc.
Is it possible to do the above with the tree control? Basically, I want to have the node text for display and node text for processing. Any ideas on how to implement this will be very much appreciated.
Nachi