I believe the error that people are still seeing, as well as me, has to do with an empty grid and the grid columns footerTemplate attribute with aggregate data functions (i.e. sum). If I remove columns from the grid that contain aggregate data in the footerTemplate, the error goes away.
Error messages I receive:
- Uncaught TypeError: undefined has no properties
- Uncaught TypeError: Cannot read property 'sum' of undefined
In addition to this issue, is there a way to have a default display (i.e. "No records found") for an empty grid?