Background, need to move to IE11, my app use Ignite 2013. I get an error in IE11 with jquery.
So I tried the fiddle example to see how to do it right. It does not work in IE11 either.
http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-samples/tree/master/EN/HtmlSamples/grid/bind-grid-with-ko/
I have no compatibility settings. Should I? Fresh upgrade from MS.
My web app works ok as is in IE10,FF,Chrome. But I get an error from jquery with IE11. So suppose I need to find the correct match of components. If the JSFiddle example had worked I would have just downloaded the jquery and knockout js files it uses.
Hello jspooner,
Please note, IgniteUI 2013 is compatible with IE11.
Can you provide me with the steps you use to reproduce this error? Also, may I ask if you can provide me with more details about the error message you obtain when using IE11 with our IgniteUI components? More details about the error will provide to be very useful in isolating the cause of this issue and provide you with a solution.
I am looking forward to hearing from you.
Hi Jose:
Thanks for responding. I am using ig2013, not v1 or v2.
The error I got for IE11 was right away, before any code beyond ready: 'jquery is not defined'. As if IE just didn't like the version I had. As an experiment I upgraded to jquery version 2.1.1.0 and knockout to 3.0.0 leaving the mapping as is, and this seems to work.
I have a subscription, I am going to try an install and see if I can find the ig2013 v2 files to use. I read somewhere on the site that IE11 support was from v2
We don't have ig2013 product. We have IgniteUI 2013.1 and IgniteUI 2013.2. The IE 11 support is from IgniteUI 2013.2 Volume Release, but we have couple of IE 11 related bug fixes in the first and the second Service Releases of IgniteUI 2013.2, so to be safe you should update to the latest SR (build 13.2.20132.2157).
In order to check which version you have you can execute the following command in the browser's JavaScript console:
$.ui.igGrid.version
Hope this helps,Martin PavlovInfragistics, Inc.
Hi Martin.
I am not able to get the JSFiddle example at http://jsfiddle.net/gh/get/jquery/1.9.1/igniteuisamples/jsfiddle-, to work for me in IE11. I think this is my first baby step iif you can tell me what is going on. When I navigate to this link with Chrome or Firefox I can see the grid and how it all works. But for me, in IE11 I do not get a grid. It seems like the apply bings part is retuning instantly and not really doing anything. I don't get an error but I am not sure about the IE tools lately I have been working with firefox.
I was able to get something going on my local computer with v1, but the performance was so terrible (18 secs to render my admittedly bloated grid data compared to 2-3 secs for Firefox and Chrome). So I thought I should begin by reproducing your example.
I didn't paste the full link to the jsfiddle example that is not working for me.
For some reason this exact jsFiddle is working on my IE 11 running on Windows 8.1 machine (I also ran the sample on IE 11 Version 11.0.9600.16518 on Windows 7 and it also works). I'm attaching a screenshot for your reference. Is it the build version of IE 11 that is not the same on mine and your machines?
jspooner_mso said:I was able to get something going on my local computer with v1, but the performance was so terrible (18 secs to render my admittedly bloated grid data compared to 2-3 secs for Firefox and Chrome). So I thought I should begin by reproducing your example.
We did performance optimizations in the Ignite UI Knockout bindings for our latest SR (13.1.20131.2407, 13.2.20132.2157), so if you update to it you should see a twice as fast load time for the grid.
Best regards,Martin PavlovInfragistics, Inc.
Hi,
Please let us know how the performance improvements affected your app.
Looking forward to hearing from you.
Thanks, I uninstalled and re installed IE and made sure to 'reset' all the settings. It seems to work, so I must have done something to IE11. Next step is to use this example and try to get better performance.
sorry about the abysmal part. It's likely that I am doing something wrong, I rolled back to what I had that at least worked.
I found it. The results are abysmal so far
How do I get a zip or file download with the service release?