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

Browser Back not loading MultiPage.css for RadTabStrip/RadMultiPage

3 Answers 33 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
chris
Top achievements
Rank 1
chris asked on 02 Jul 2016, 04:20 PM

Hi All,

I've got a page that is using RadTabStrip and RadMultiPage that is working fine except when the page is loaded due to the user using the Browser Back button.  In this case, the MultiPage.css is not being loaded, and the RadMultiPage is showing all of the "pages".

I can solve the problem by explicitly including the stylesheet "http://aspnet-skins.telerikstatic.com/ajaxz/2016.1.113/MultiPage.css" but this is not ideal as we'll need to remember to update every time we update the controls.

In case it matters, on page load the RadMultiPage is set Visible="False", and is only set visible when the user selects a row from an adjacent grid and we fill with that rows data.

Any ideas?

3 Answers, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 06 Jul 2016, 12:11 PM
Hello Chris,

Unfortunately I were unable to reproduce your problem locally. As far as browser's back and forward buttons are connected with the described scenario, I would bring the following Back and Forward Browser Buttons help article to your attention, which specifies the needed configuration for enabling proper behavior when using these buttons. Here are some other resources you might find useful:

If the above guidelines do not help you to resolve the issue, in order to assist you in the most efficient way I would suggest that you open an official support ticket and attach a very simplified runnable project that demonstrates the behavior that you describe. It may include aspx, code behind, web.config, data source if any, as well as any other files you find necessary. Thus, we could test your exact scenario locally and determine what might be causing the issue that you are experiencing. You can find guidelines on how to prepare such a sample in the Isolating a problem in a sample project blog post.

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.
0
chris
Top achievements
Rank 1
answered on 09 Jul 2016, 09:35 PM

Interesting - this pointed me in the right direction.

Instead of having the MultiPage visibility set to False as initial state, I set the PageViews all to False (and set them True as I had previously been setting the MultiPage to True)

This gives the same User Experience, but also sends the CSS down with the initial page load.

Thanks

0
Peter Milchev
Telerik team
answered on 12 Jul 2016, 12:04 PM
Hello Chris,

Thank you for sharing the solution to your problem. I am glad that the issue is now resolved.

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
chris
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
chris
Top achievements
Rank 1
Share this question
or