0

I need a binding done on my master page, but I also have bindings on my views.

Knockout does not allow for multiple bindings on a view. https://stackoverflow.com/a/17711456/935037

Has anyone had a similar problem where they had to bind something that will show everywhere, but still use bindings on local (non master) pages?

EDIT 1:

Solution is here: How do I rebind the knockout viewmodel when the page is loaded in as a partial via ajax?

Community
  • 1
  • 1
Vyache
  • 381
  • 4
  • 15
  • knockout does not allow multiple binding _on the same element_. If you have another view, you have another element(s). or not ? – Tigran Jan 28 '14 at 16:09
  • 1
    This answer might be suitable for your situation: http://stackoverflow.com/questions/21243272/how-do-i-rebind-the-knockout-viewmodel-when-the-page-is-loaded-in-as-a-partial-v/21243578#21243578 – RP Niemeyer Jan 28 '14 at 16:31

1 Answers1

0

Solution is here: How do I rebind the knockout viewmodel when the page is loaded in as a partial via ajax?

Vyache
  • 381
  • 4
  • 15