Hello dev_here ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Thank you for posting in our forum.
You’ll need to define the bindings for the tree in the DataBindings collection of the tree. For example if you have a parent table named “Parent” and you want to use a field named “Item” as the text field and another one called “id” for the ValueField you’ll need to define a DataTreeNodeBinding that looks like this:
<ig:DataTreeNodeBinding DataMember="Parent" TextField="Item" ValueField="id" />
The DataMember will define which one of the tables the specific binding should use. The Text and Value fields define from which columns the nodes should get their text and value.
The same logic applies to the child nodes binding definitions.
Please refer to the attached sample and let me know if you have any questions.
Developer Support Engineer II