Hello,
I'm loading a RadTreeView from an xml file. This has been working fine for a long time.
I've been tasked with adding a text link to another page to the right of specific nodes.
Since I'm using LoadContentFile of my RadTreeView, I'm not sure if there is a way to manipulate the nodes to add a link when loading data.
In my example below I need to find a way to add the Section links to the right of my nodes. Can I add the section text and url as properties of a node in my xml?
Example layout
-Top
-2000s
-2021 Section 1
-2022 Section 1
-2023 Section 2
Thank you