This example shows how to load the content of a splitter pane asynchronously.

To load the pane content using AJAX, use the LoadContentFrom method:

<% Html.Telerik().Splitter()
        .Name("Splitter")
        .LoadContentFrom("Action", "Controller");
%>