Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > TabStrip > Tabstrip within a Window
Telerik MVC Extensions are no longer supported (see this page for reference). In case you have inquiries about Kendo UI Complete for ASP.NET MVC, post them in the pertinent Kendo UI forums.

Not answered Tabstrip within a Window

Feed from this thread
  • Scarruthers avatar

    Posted on Jan 21, 2011 (permalink)

    Hi,

    We're trying to use a tabstrip within a Telerik window. Each tab uses the "LoadContentFrom" method to populate the tab from a partial view. The problem is that when a tab is clicked, the partial view is navigated to (as a full page) rather than loading within the tabstrip.

    Any help appreciated.

    Thanks,
    Steven

    Code sample:

    @{
        Html.Telerik().TabStrip()
                .Name("TabStrip")
                .Items(tabstrip =>
                {
                    tabstrip.Add().
                        LoadContentFrom("Wizard1", "Portfolio", Model)
                        .Text("Step 1");
                    tabstrip.Add()
                        .LoadContentFrom("Wizard2", "Portfolio")
                        .Text("Step 2");                 
                })
                .SelectedIndex(0)       
                .Render();  
    }

    public ActionResult Wizard1()
            {
                return PartialView();
            }

  • Posted on Dec 20, 2011 (permalink)

    I have the very same problem, you have found a solution?

  • Georgi Tunev Georgi Tunev admin's avatar

    Posted on Dec 21, 2011 (permalink)

    Hello Stéphan,

     Such behavior indicates that the scripts are not loaded. You need either to upgrade to a newer version or manually register the JS files required by the tabstrip.

    If you still experience problems, please provide a sample project so we can get a better view over your exact setup and logic.

    Kind regards,
    Georgi Tunev
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > TabStrip > Tabstrip within a Window
Related resources for "Tabstrip within a Window"

ASP.NET MVC TabStrip Features  |  Documentation  |  Demos  |  Telerik TV ]