Hello Daniel,
One option is to load PanelBar items client-side, once they are expanded:
http://demos.kendoui.com/web/panelbar/ajax.html
Another option is to render the partial view initially via calling it server-side:
In case you have difficulties applying general ASP.NET MVC knowledge and Razor syntax with Kendo UI MVC wrappers, I encourage you to refer to general help resources over the internet and make sure you are familiar with the required fundamental concepts in advance, e.g. learn how to work with partial views outside a Kendo UI PanelBar.
Server-side statements and expressions can be included inside PanelBar item Content() by using standard code blocks @{ ... } :
Note that nested <text> tags are not allowed. In case you need them, you should use custom HtmlHelpers to output content.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!