How can i load the TreeList with all itens expanded? Also, can i expand itens client side only like in this demo with radgrid with group expressions ?
Thanks in advance,
Fred
1 Answer, 1 is accepted
0
Tsvetina
Telerik team
answered on 12 Nov 2010, 11:52 AM
Hi Fred,
You can currently expand all itmes server-side only by using the ExpandAllItems() method in the Page_Load event handler:
protectedvoidPage_Load(objectsender, EventArgs e)
{
if(!Page.IsPostBack)
{
RadTreeList1.ExpandAllItems();
}
}
Regards,
Tsvetina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items