Good morning,
I have a RadTreeView in an EditForm Template for a RadGrid. The data in the TreeView is repetitive, such as (FullPathDelimiter="\"):
2014\Archive
2014\eMail
2014\Taxes
2015\Archive
2015\eMail
2015\Taxes
2016\Archive
2016\eMail
2016\Taxes
Archive
eMail
Taxes
When I try to set the SelectedValue or SelectedText to the FullPath value (like "2014\Taxes"), nothing is set. When I set it to something like "Archive", it picks the first node with that value "2014\Archive".
How can I set the selected value by using the fullpath?
Thx!
Steve