Hi, I'm also have this problem with Ej2 Nuget version 17.3. I have added the polyfill.min.js script, but am getting the following when using IE. Chrome is working. This is in a new empty MVC5 application. Thanks.
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
<!-- Syncfusion Essential JS 2 Styles -->
<link rel="stylesheet" rel='nofollow' href="https://cdn.syncfusion.com/ej2/bootstrap.css" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<!-- Syncfusion Essential JS 2 Scripts -->
<script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script>
</head>
Uncaught (in promise) TypeError: Unable to get property 'querySelector' of undefined or null reference
at e.prototype.emptyRow (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:5881393)
at e.prototype.renderEmptyRow (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:5881321)
at e.prototype.dataManagerFailure (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:5885703)
at Anonymous function (https://cdn.syncfusion.com/ej2/dist/ej2.min.js:10:5880140)
at g (https://cdn.polyfill.io/v2/polyfill.min.js:3:33224)
at s (https://cdn.polyfill.io/v2/polyfill.min.js:3:31742)
at Anonymous function (https://cdn.polyfill.io/v2/polyfill.min.js:3:35486)
at r (https://cdn.polyfill.io/v2/polyfill.min.js:3:31876)