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

Radtreeview on Masterpage

1 Answer 82 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
AM
Top achievements
Rank 1
AM asked on 15 Nov 2010, 05:05 PM
Hi,

I have a scenario where a treeview is a dynamically populated user control placed on to a masterpage.
On the click of a node, content holder on right loads up a new page
1. Tree state should be maintained in between pages
2. Whole master page should not refresh

Please advice.

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 16 Nov 2010, 05:48 PM
Hi AM,

"1. Tree state should be maintained in between pages"
 - I have prepared previously a solution for this problem using a cookie. Please refer to the following forum post: http://www.telerik.com/community/forums/aspnet-ajax/treeview/scrollintoview-with-ajaxified-control-doesn-t-work.aspx
The change you need to perform is simply to change the content that you need to store.

"2. Whole master page should not refresh"
 - In this scenario this is not refreshing of the page - this is complete navigation. The MasterPage is a bit tricky concept - it's not actually a page, rather it's a template. So when you switch to a different content page, you actually navigate (on the server the master page is again combined with the content page and whole new page is sent to the client).

I hope this is helpful for you!


Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TreeView
Asked by
AM
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or