I Try to perform then sample igGridOData : I Have downloaded this project and completed witl good styles and scripts.
When I Begin with : AdventureWorksDataService.svc , I Can see the the response.
And in ig.ui.min.js , i have he error : Erreur d'exécution Microsoft BLOCKED SCRIPT The remote request to fetch data has failed: (parsererror) 'JSON' est indéfini.
Where is this error.
Thank you SUITEODEV ( if yu want i can send a Zip of the project )
Hello caiseodev,Please always post in English in our community. Does this issue happens in all the browsers? Have you referenced json2 in your project? Please take a look at the following link and let me know if it helps you resolve the issue - http://stackoverflow.com/questions/5339232/json-is-undefined-error-in-javascript-in-internet-explorer Otherwise please attach a project and steps to reproduce the issue.
Excuse me for my English.
My project work fine with Chrome. My web brower BY default is IE8 ( I can not change now).
Thank you for the link , but I not understand where and what i must changed.
I Send my project and the database.
Thank you CAISSEODEV
My project in a zip file
The issue is to write the code at the top of your view
<!-- UN-Comment this is IE7 is to be supported -->
script type="text/javascript" src="@Url.Content("~/Scripts/json2.js")"></script>
Caisseodev
Hello Desvernes,
Please let me know if you managed to resolve the issue and the grid is working as expected now.
Yes , with the post above , it work fine.
Thank You CAISSEODEV