This question is locked. New answers and comments are not allowed.
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); |