I have been using Infragistics.Grid for a while but needed to reference JQuery 1.7.2 within my pages. I updated the script file reference to the later JS file from aspnetcdn.com, and the grid will no longer show data or stop showing the loading animation.
The problem appears to be DataSourceUrl - DataSource still works OK. I am using version 2012.1 getting IQueryable data from an MVC ActionResult action method with GridDataSourceAction attibute.
Is there a known issue for this, is there a workaround?
Thanks for any help.
Simon
Here is an example of the code failing:-
@using Infragistics.Web.Mvc;
Hi Simon,
I was able to reproduce your problem only with NA for jQuery 12.1.2023 and the error was:
Uncaught Error: The remote request to fetch data has failed: (parsererror) Cannot read property 'paging' of undefined
This issue seems to be fixed in the following SRs: 12.1.2049 and 12.1.2059. Try to update to one of these SRs and see if it works for you.
Hope this helps,
Martin Pavlov
Infragistics, Inc.
Hi, my name is Eric Fernandez, I am having the same problem described above and I am very new into Infragistics. Would you please explain me what does SRs means and how do I update to another version. I was using UI 2012.1 and I have update my project to UI 2013.1, I have run the version utility, update my reference and change the Ingragistics.Web.Mvc to the new one but I keep getting the same thing. For some reason it keeps showing the loading animation instead showing the data on the grig.