Hello,
I have a WinTree populated from a resultSet of my database. The resultset have 3 columns: EmployeeID, LastName, and Parent where EmployeeID and Parent have a relationship for the tree.
I am using standard view for the tree and the column LastName is set for the NodeTextColumn. What I want is when I click on one of the node of the tree, I can get the EmployeeID value of the selected Node, NOT the LastName value. How can I achieve this?
I also try to use the grid view for the tree and hide the unwanted columns (EmployeeID and Parent) since I think the grid view will allow me to do more task in the future with my tree. However, I don't like it to show the ColumnHeader. How do I hide it?
Thank you,
Moved to the WinTree forum