Has anyone encountered an intermittent JavaScript error "'undefined' is null or not an object" when using the Grid in IE8?
It occurs with KendoUI 2015.2.805 but not 2014.3.1316. The error occurs on line 55569 in kendo.all.js (non-minified) in KendoUI 2015.2.805 (in the leafDataCells method).
The error causes the grid to not be rendered correctly (paging bar appears just below column headings) when it occurs. It works fine every time in Chrome and Firefox.
When I say intermittent, I really mean it - I can sit there pressing F5 and it might happen once every 10 times.
I'm guessing it something to do with JavaScript loading or execution timing as the less JavaScript libraries and code I have on the page the more likely it is to work. This is making it extremely hard to diagnose, as more code I remove to try to narrow down the problem, the less frequently it occurs (for example I might have to refresh the page 20 times to get it to fail once).
Removing loading of other JavaScript libraries, removing KendoUI Grid configuration JavaScript, removing other JavaScript code on the page, using minified JavaScript libraries rather than "non-minified" libraries and loading JavaScript libraries from a CDN rather than local copy will all reduce the frequency at which the error occurs, but does not eliminate it.
This also makes it hard to put up a JSFiddle to demonstrate the problem, as it happens much more frequently when using a local server.
If anyone has any suggestions I would greatly appreciate it. I have been struggling with this bug for a while.