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

Rad Tree View Reloading after a postback

2 Answers 168 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Aarsh
Top achievements
Rank 1
Aarsh asked on 20 Sep 2012, 06:50 PM
Hi friends,

I am having a scenario where I am using radtree more likely the windows explorer's folder tree view, and there are certain scenarios where I need to open up a new a new radtab OR even a browser tab.

I tried to dig this up in forums but all that I found at most places was a suggestion to use "SelectedNode.Selected=true;" That does work for the same page holding off the node selected,

but what if I do post back / open up a new rad tab / open up a new browser tab-window ?

In theory all these ways should be seems-less.

I have that rad-tree in the master page so I **should** be able to store and use it in the page_Load even in the master page's code behind - would you please post a code demonstrating this ?

Is it possible way may be to use the session variables and retrieving the same on the other page, if so I'd like to request a demo for that.

Thanks

2 Answers, 1 is accepted

Sort by
0
Aarsh
Top achievements
Rank 1
answered on 21 Sep 2012, 12:26 PM
Anyone for the demo code ???

I am still evaluating telerik ...
0
Plamen
Telerik team
answered on 21 Sep 2012, 01:31 PM
Hello Aarsh,

 
You can refer to this Code Library where is provided one way to Save the expanded state of the TreeNodes when the treeview is being bound upon each Postback.

Hope this will be helpful.

All the best,
Plamen
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
Aarsh
Top achievements
Rank 1
Answers by
Aarsh
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or