Hi,
We have the JS2 Grid working perfectly in our application for all browsers except IE11. We have added the PolyFill reference in the web page header as follows...
...
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="~/Scripts/ej2/ej2.min.js"></script>
....
However all we get in IE is a blank screen. The IE developer tools don't reveal anything very helpful in terms of what the problem is.
Is there anything else we need to do to get IE11 to work?