Good day,
We have built an IgniteUI based app working with a WCF RESTful service, using IE 10 and VS 2012 (targeted to .NET Framework 4.0). Ignite UI version 13.1
We have been having tremendous issues getting everything to work on IE 8, 9, Chrome and FireFox (latest versions), the igGrid especially does not want to bind the data received back from the service (JSON).
Some of the help links on Google that I've seen suggest using "dataSourceType: "jsonp", but this also causes problems.
Is there something I'm missing here?
Thanks,
Hello Eduard,
Please ensure that there is a reference to the Modernizr library in your scenario in order to avoid cross browser issues:
http://help.infragistics.com/doc/jQuery/2013.2/CLR4.0/?page=Adding_the_Required_Resources_for_NetAdvantage_for_jQuery.html
Regarding the binding issues in particular, a small working sample illustrating the behavior in question would be greatly appreciated. Any information about particular javascript errors occurring in non IE10 browsers would also be helpful.
Do not hesitate to contact me with any updates or questions regarding this matter.
Please feel free to contact me if you have any further questions regarding this scenario.
Hi,
I see now that we did not have the modernizr reference in our website.
I'll add that and test, but luckily our client have changed their requirements to have IE 10 and higher rolled out to all their branches, and are dumping or upgrading their XP machines.
But I'll check in the new year and let you know.
Thank you for the update ! I will be awaiting any updates on this matter.
Happy New Year !
I am just checking if you have had a chance to look into this matter and have any comments.