Completed
Last Updated: 03 Jan 2017 07:06 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 12 Dec 2016 08:27
Category: TreeView
Type: Bug Report
0
FIX. RadBreadCrumb - NullReferenceException when calling the RadBreadCrumb.DefaultTreeView.Nodes.Clear method
To reproduce: 

1. Add a RadTreeView and a RadBreadCrumb. Associated the breadcrumb with the tree.
2. Select a node and use the following code:
this.radBreadCrumb1.DefaultTreeView.Nodes.Clear();

Workaround: set the RadBreadCrumb.DefaultTreeView property to null.
0 comments