proxyModelSetters

Creates a wrapper object over the passed one, with get/set properties that set the original object dirty flag. Suitable for a scenario where a dataSource item is used in a third-party MVVM implementation, like AngularJS.

Parameters

data kendo.data.Model

The model that will be wrapped.

In this article