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

Persist page using ContentUrl

1 Answer 30 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Esteban
Top achievements
Rank 1
Esteban asked on 26 Jul 2016, 11:24 AM

Hi,

Im using a TabStrip+RadMultiPage with ContentUrl to load local pages. When the page is loaded the first time it has no tabs and the user can create them dynamically using some kind of radtreeview/sitedataitem. Each time I add a new tab/pageview, tabs/pages loaded before lose its content and they are reloaded.

Once they're created, it works good and can navigate from tab to tab without problems until I add other tab.

I've read this Post which explained the same issue in 2012:

http://www.telerik.com/forums/multpage-created-issue

Is there any solution or alternative to this problem?

My English is not very good sorry.

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 29 Jul 2016, 10:07 AM
Hello,

As stated in the last reply in the forum thread you provided "Since you use the ContentUrl property to assign a certain PageView, you could not persist the state of any control inside that PageView. Each time a Tab is rendered, new GET request is performed because of the ContentUrl property, thus you could not persist the state of the previously filled data.". That means on every postback the tabs with ContentUrl are reloaded.

Regards,
Peter Milchev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
TabStrip
Asked by
Esteban
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or