Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > TabStrip > tabstrip bind to model + loadcontentfrom

Not answered tabstrip bind to model + loadcontentfrom

Feed from this thread
  • Alden avatar

    Posted on Dec 30, 2011 (permalink)

    Hi,

    I am trying to both bind a tabstrip to a model and use load on demand.  I have a tabstrip bound to a model like this:
    @{ Html.Telerik().TabStrip()
        .Name("Skills")
        .BindTo((IEnumerable<string>)ViewData["tsvd"],
        (item, navData) =>
        {
            item.Text = navData;
            // following method doesn't exist
            item.LoadContentFrom("Skills", "People", new { skill = HttpUtility.UrlEncode(navData) });
        })
        .Render();
    }
    I want to call LoadContentFrom, but I don't see how to do it.  How is this done?

    Thanks!

    AldenG

    Reply

  • Alden avatar

    Posted on Dec 30, 2011 (permalink)

    It's ContentUrl.  Found the answer in this post.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > TabStrip > tabstrip bind to model + loadcontentfrom
Related resources for "tabstrip bind to model + loadcontentfrom"

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