Hello,
Have what I think is a simple question but cannot find an answer.
I have a tree, setting view style to standard.
Setting datasource to a list<t>. Say list is part, and it has Id, Name, Price, Description, Et.
I want the key of the node to be Id, and the Text of the node to be Name.
Thanks,M.
Hello Michael,
Thank you for contacting . For your specific requirement you can handle the InitializeDataNode event, and set the key and text on the Node provided on the eventargs. The node should have the ListObject of the item is bound to, so that can be used to determine what the key and text should be.