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

How to show expand button?

1 Answer 111 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Bruno Michels
Top achievements
Rank 1
Bruno Michels asked on 21 Nov 2011, 02:49 PM
I am building a tree from a list.

tree.DataValueField = "ID";
tree.DataTextField = "Name";
tree.DataSource = list;   // list = new List<Person>(); // class Person { ID; Name; }
tree.DataBind();

And the tree is not showing the expand button. (.rtPlus)

How can I force the tree to show the expand button? (I will load children on demand)

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 21 Nov 2011, 05:16 PM
Hello Bruno Michels,

Please review the following demo and related resources how to bind RadTreeView.

Best wishes,
Helen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TreeView
Asked by
Bruno Michels
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or