Telerik Extensions for ASP.NET MVC

Version Q1 2012, released 04/19/2012

Load on Demand of Content

Telerik Extensions for ASP.NET MVC is built from the ground up to fully embrace the values of the ASP.NET MVC framework - lightweight rendering, clean HTML, clear separation of concerns, easy testability - while helping make you more productive building MVC views.

About this example ASPXRazor

This example shows how to configure Telerik TabStrip for ASP.NET MVC to load the templated contents with Ajax requests. The request is performed only once. After that the content is rendered on the page and TabStrip shows/hides it without performing additional Ajax requests.

To set the item content you should use the LoadContentFrom method.

<%= Html.Telerik().TabStrip()
     .Name("TabStrip")
     .Items(items => 
     {
            items.Add()
                 .Text("Completely Open Source")
                 .LoadContentFrom("AjaxView_OpenSource", "TabStrip");
     })
 %>

Get more than expected!

Take the Telerik Extensions for ASP.NET MVC to your Visual Studio projects to truly experience their power. Download your free copy now and jumpstart your development with the available learning resources.

The Extensions are offered in both open source and commercial versions the differences between which are well explained in the licensing FAQ.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Other Demos: