When trying to create a Grid, I get an error in the Javascript and it doesn't load any data. It says Cannot read property result of undefined. This error is in the ODataAdapter.processResponse function. It has an argument i which is the OData response from my server, but then it tries to read property d from object i. The error occurs on this line (from the .min.js file:
var p = u._requiresCount ? i.d.result : i.d, l, a, b, nt, k, tt, g, h;
This seems like a typo, or a problem with minification, since the OData response clearly doesn't contain the property d.