New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Ajax Data Binding

The PanelBar provides support for remote data binding by using a DataSource configuration object.

Razor
@(Html.Kendo().PanelBar()
    .Name("panelbar")
    .DataTextField("Name")
    .DataSource(dataSource => dataSource
        .Read(read => read
            .Action("Read_PanelBarData", "Home")
        )
    )
)

See Also

In this article
See Also
Not finding the help you need?
Contact Support