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.

Parents Reply
  • 495
    posted in reply to Stanimir Todorov

    Dear Todorov,

    What I understand from the design is:

    If I uses igHierarchicalGrid, then the parent class should have the property as

    1) public IEnumerable<ChiledObject> ChiledObjectCollection{ getset; }

    2) When I use LoadOnDemand feature, then it should implement mode.GetData() should get IQueryable data.

    If the above two points are not followed, then It gives errors. Can you please confirm, if not can you give an good example which is implemented using any other generic collections.

    I am waiting for your response.

Children