This question is locked. New answers and comments are not allowed.
I have a tab strip defined:
However, when I click on a tab, it performs a full page load, and doesn't load the content into the tab view.
| <% Html.Telerik().TabStrip().Name("SKEDTabs") |
| .Items(parent => |
| { |
| parent.Add().Text("MY TASKS").LoadContentFrom("Index", "MyTasks").; |
| parent.Add().Text("WORKCENTER").LoadContentFrom("Index", "Workcenter"); |
| }).Render(); %> |
However, when I click on a tab, it performs a full page load, and doesn't load the content into the tab view.