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

[Solved] LoadContentFrom Not Making Ajax Call

3 Answers 121 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 10 Dec 2009, 04:26 AM
I have the tabstrip setup, etc..

However, when making a LoadContentFrom call, it is not making the ajax call - instead it's opening up in a new page.

It's returning a PartialView, etc...

ie.
.Text("Air Summary").LoadContentFrom(Url.Action<MissionController>(c => c.ViewMissionDetailAirSummary(Model.MissionId))); 

Controller:
return PartialView("MissionDetailAirSummary", misAirSum); 

3 Answers, 1 is accepted

Sort by
0
Steve
Top achievements
Rank 1
answered on 10 Dec 2009, 04:48 AM
Here is the real problem I have found out:

On a different tab, I have a tab within a tab.  That is causing problems with the loadcontentfrom on a different tabstripitem.

Further more, it causes a problem when the first tab strip item is the one with the tab inside of it.




0
Steve
Top achievements
Rank 1
answered on 10 Dec 2009, 05:08 AM
Additional problem with tab within a tab:

Tab 1 is selected (true) which has another tab control with selected(true)

Works on initial load, but then when you click back on Tab1, the tab control inside the tab1 content is not selecting the first tab
0
Steve
Top achievements
Rank 1
answered on 11 Dec 2009, 03:39 PM
Latest release fixed this - THANK YOU !!!!!

You guys are great!  :)
Tags
TabStrip
Asked by
Steve
Top achievements
Rank 1
Answers by
Steve
Top achievements
Rank 1
Share this question
or