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