For some unknown reason RadTreeView1.SelectedNode.Value no longer works.
I get the following error:
Object reference not set to an instance of an object.
My code:
Dim
SelectedNode As String = RadTreeView1.SelectedNode.Value
RadTreeView1.FindNodeByValue(SelectedNode).ExpandParentNodes()
I'm using version 6.35
What happened to cause this to stop working? Ugrade? Help would greatly appreciated.
