Hello.
I understand that you want to provide developers with complete framework for building html5 apps. But with the last release where you have added your own MVVM implementation we've got into troubles.
We have our own objects and can't inherit them from kendo.ObserableObject. We was adding them into kendo.Grid and evething worked. But now kendo automatically tries to wrap our objects into its own ObserableObject/ObserableArray objects. As our object have cyclic references wrapping process fails with StackOverflow exception. I wonder what's your position about using kendo with "foreign" viewModels (which weren't created by kendo.obsersable): do you suppose it to work or not? Tnx.
I understand that you want to provide developers with complete framework for building html5 apps. But with the last release where you have added your own MVVM implementation we've got into troubles.
We have our own objects and can't inherit them from kendo.ObserableObject. We was adding them into kendo.Grid and evething worked. But now kendo automatically tries to wrap our objects into its own ObserableObject/ObserableArray objects. As our object have cyclic references wrapping process fails with StackOverflow exception. I wonder what's your position about using kendo with "foreign" viewModels (which weren't created by kendo.obsersable): do you suppose it to work or not? Tnx.