Hi,
first I thought the Grid doesn't display any records because I messed up the Internationalization settings. Now I realized that it is the aggregate function that's blocking
the rendering of the records.
Since I wasn't sure if my settings for the aggregation were wrong, I added the sample code from this Plunker I found in your docs: https://plnkr.co/edit/?p=preview
This doesn't work on an deployed Angular app which I'm hosting on an IIS.
It just displays "No records". No errors in console whatsoever
Hope you can help
Edit:
I checked the ActionFailure event, this is the output:
"Cannot read property 'fn' of undefined"
"TypeError: Cannot read property 'fn' of undefined↵
at t.evaluate↵
at t.e.refreshCell↵
at t.e.render↵
at e.refreshRow↵
at e.render↵
at t.renderSummaryContent↵
at t.refresh↵
at e.notify↵
at t.notify↵
at e.dataManagerSuccess"
I don't get this error on my local machine...