To improve performance in data loading and other long running operations use the RadTreeView BeginUpdate() and EndUpdate() methods. Place BeginUpdate() and EndUpdate() just before and after blocks of code that add, remove or reorder large numbers of nodes.
See the Load On Demand topic for an example.