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
1065
WinTree child Node
posted

I have tried for 7 hours to change my child node column to no avail.

I have a Tree bound to a datasource with a relationship. The root node displays the correct column from the datatable but the child node is displaying the second column from the relationed. Sadly this column is the foreignkey for my relationship. How do I get the child node to display the 3rd column instead?

I am using outlookexpress viewmode here.

I have in my primary table :- IndustryID, IndustryName, Note, Rating

and my secondary table :- SkillID, IndustryID, SkillName, Note

Relationship is based on the IndustryID

My tree shows the Root node (IndustryName) and ChildNode(IndustryID). I would like the child to show SkillName.

sample code will go a long way here.

 

Parents Reply Children
No Data