Hello,
I have a usercontrol with a single select DropDownTree where I need to display slightly different text than what is show as the node text. This text is basically a more user readable form of the full path. Currently I am storing that alternate text as node attributes attached server side:
Dim newNodeL3 As New RadTreeNode(tr_row.BodyPartL3Text, tr_Body.BodyPartID)
newNodeL3.Attributes("FullText") = row_Body.BodyPartFullText