Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
igGrid doesn't work with Internet Explorer 11
posted

I am just testing igGrid for the first time, so I came to http://igniteui.com/grid/overview, copy and pasted the complete HTML code into a new _Layout.cshtml (just added @RenderBody to make it work) in an empty MVC4 Project in Visual Studio Ultimate 2013, I added the new HomeController and Index view, run the application and got this error:

JavaScript critical error at line 1, column 1 in http://cdn-na.infragistics.com/jquery/20141/latest/js/infragistics.core.js\n\nSCRIPT1014: Invalid character

That happens with Internet Explorer 11, if I change to Chrome everything works fine.

What's the problem with IE11?

By the way, if I run the application with Chrome as my default browser when debuggin and then I copy paste the address into IE11, it just works! :) very extrange!