All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
TreeView
/
Remove all nodes except Root node
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Telerikuser
35 posts
Member since:
May 2009
Posted 17 Jul 2009
Link to this post
I want to remove all the nodes but the root node. Please let me know.
Thanks
Veselin Vasilev
Admin
2992 posts
Posted 17 Jul 2009
Link to this post
Hi ,
please use
RadTreeView1.Nodes[0].Nodes.Clear();
Regards,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new
Telerik Support Portal
.
Check out the tips
for optimizing your support resource searches.
Back to Top
Close