This question is locked. New answers and comments are not allowed.
Hi,
In my inner loop serviceProvider Object hold the reference of the tree node that i want to refresh. How can i do this.? There apparently isn't any refresh method associated with the tree node ?
I have the following code in my code behind .
In my inner loop serviceProvider Object hold the reference of the tree node that i want to refresh. How can i do this.? There apparently isn't any refresh method associated with the tree node ?
I have the following code in my code behind .
foreach (RadTreeViewItem serviceProviderList in redemptionTreeView.Items) { foreach (RadTreeViewItem serviceProvider in serviceProviderList.Items) { if (serviceProvider.Name.ToString().Contains("/" + serviceProviderID)) { } } }