08-22-2010 11:48 PM
Help needed in constructing a tree. I was wondering if some one can suggest me how to add messages in the second column for both the parent node and child elements.
I was able to create a tree succefully, but want to add some description in the second column for the first column elements, for both parent and child elements.
Please suggest me how to add the arrays to second column for parent and child nodes.
Solved! Go to Solution.
08-23-2010 07:03 AM
The Child Text parameter is the one you are searching for. It accepts a 1D string array for the following columns.
hope this helps,
Norbert
08-23-2010 08:31 PM
Thanxs Norbert, I was able to write the data to the second column parent node tree.