This is a migrated thread and some comments may be shown as answers.

Checking Node on server side does not reflect in tree "title"

0 Answers 55 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
Iron
Iron
Veteran
David asked on 01 Nov 2018, 02:15 PM

When i check nodes in a tree (by mouse) selected values appended in title. Which is good.

However, on server side node is getting checked, but title stays empty.

Here is my code:

  rddtRegion.DataSource = dtContractCounties
  rddtRegion.DataBind()

  For Each dr As DataRow In dtSelectedCounties.Rows
                Dim nodeValue As String = dr("CountyID")
                Dim node_region As RadTreeNode = rddtRegion.EmbeddedTree.FindNodeByValue(nodeValue)
                node_region.Checked = True
  Next

Please advice

No answers yet. Maybe you can help?

Tags
DropDownTree
Asked by
David
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or