Hi,
I am trying to use Restangular with a Kendo grid. I have my datasource returning Restangular objects that are being displayed in the grid. The problem I am having is that the data object that is passed into the datasource `update`, and `destroy` methods is stripped of its Restangular prototype.
Why is this happening and is there a way to prevent the overwriting of the prototype?
Thanks!
Zohar Jackson