Hello Jack,
The error observed should be related to the event handlers of the Upload widget (
select and
upload), which are not found in the scope, where they are expected to be. In case those are defined in the "
master" view model, like this:
you should use
the kendo.Observable.parent() method to find them:
In the above configuration, the first
parent() call will return the observable array holding the dataitems, while the second one will return the "
master" view model.
Here you will find a small sample implementing the above.
Regards,
Veselin Tsvetanov
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.