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
495
Unhandled exception at line 107, column 30170 in igniteui/js/infragistics.lob.js 0x800a139e - JavaScript runtime error: The remote request to fetch data has failed: (error) undefined
posted

Hi I am using MVC5 .Net framework 4.5 with IgniteUI 2014.1, I am using HierarchicalGrid to populate the data in my POC application.

I saw your sample which is using Framework 4.0 and MVC 4 version dlls. It compiles and works fine. I developed looking at it, my application is not populating data, and it is giving me the below error.

Unhandled exception at line 107, column 31482 in http://localhost:33761/igniteui/js/infragistics.lob.js

0x800a139e - JavaScript runtime error: The remote request to fetch data has failed: (error) undefined

I checked the Logs and noticed that is throwing some internal server error "500". Not sure what is wrong. My guess is because of this I am seeing a client side error.

I am using Loadondemand. Your help is much appreciated. Let me know if you need any other details.