asp.net mvc - KendoUI: TabStrip HtmlHelper adding PartialVIews -
inside kendoui in mvc 3, need add together partialview each tab tab's content.
how done, docs don't seem show way.
@{ var partialdata = html.partial("/views/templates/_p_myview.cshtml"); } @(html.kendo().tabstrip() .name("contents partital") .items(tabstrip => { tabstrip.add().text("hello partial") .content(partialdata .tostring()); }) )
asp.net-mvc kendo-ui
No comments:
Post a Comment