Hi,
I have an app that has a menu using MVVM which is created on the layout page (asp.net mvc 3)
The "center" part of my app, is actually a specific UI to get something done, that also uses MVVM.
So my page has 2 view models at the same time, always.
I have noticed that depending on the order in which I do kendo.bind(), it may break the MVVM functionality for events.
The change event of my grid, get's the wrong viewmodel sent as an argument.
This is the actual error :
I have also created a JsFiddle that shows the exact same error.
Is this an actual error, or am I doing something really wrong ?
Thanks,
Alvaro Oliveira.
I have an app that has a menu using MVVM which is created on the layout page (asp.net mvc 3)
The "center" part of my app, is actually a specific UI to get something done, that also uses MVVM.
So my page has 2 view models at the same time, always.
I have noticed that depending on the order in which I do kendo.bind(), it may break the MVVM functionality for events.
The change event of my grid, get's the wrong viewmodel sent as an argument.
This is the actual error :
I have also created a JsFiddle that shows the exact same error.
Is this an actual error, or am I doing something really wrong ?
Thanks,
Alvaro Oliveira.