Your datasource must be a kendo object
$scope.thingsOptions = {
dataSource: new kendo.data.DataSource({
type: "json",
transport: {
read: "/OM/om/getAssets",
dataType: "json"
},
schema: {
model: {
id: "ProductID",
then it is possible to call
$scope.thingsOptions.dataSource.read();