0

I'm trying to inject a partial MVC 4 view into a durandal view. The MVC view contains a Kendo grid which I would like to include a bit like using compose in durandal. Looking at How can I use cshtml files with Durandal? did not enlighten me enough I'm afraid.

Does anyone have any further insight they would like to share? How would I include the MVC view in my durandal view? I.e. my durandal /App/views/home.html should somehow include the result from my MVC view /Views/Data/index.cshtml

Community
  • 1
  • 1
Casper
  • 90
  • 7
  • I would recommend watching John Pappa's series on SPA's: http://pluralsight.com/training/courses/TableOfContents?courseName=single-page-apps-jumpstart&highlight=john-papa_spajs-m5-navigation – Evan Larsen Apr 11 '13 at 00:23

1 Answers1

0

Thanks, watching the SPA course and reading this thread: https://groups.google.com/forum/#!topic/durandaljs/hpfZB-WFEXk helped solved my issue. I ended up using Youngs approach, it was only when I saw the example I finally understood...

Casper
  • 90
  • 7