I have just upgraded to Q2 2015 and the following no longer works
I have a grid defined inside an angular directive, which uses the transport.read to get data as in
$scope.dirGridOptions = { dataSource: { transport: { read: function (options) { $scope.getData(options); }, pageSize: 5 },However, the function getData is never called. If I display the grid options it seems that the transport has been deleted
{ "transport": { "pageSize": 5 },Note that this works if the grid is not inside a directive, and it worked inside the directive before the upgrade.
Regards
Colin