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
270
The remote request to fetch data has failed for igGrid load
posted

Hi, thanks for your support.

I am using igGrid with wcf services and data returns in JSON format, data is loading when it is around lessthan 2000 rows if more than that the load is failing and getting The remore request to fetch data has failedg.

does anyone have example load on demand with paging, sorting, fiter or loading all data in grid?, my page count is 25.

appreciate if you provide with example.

Parents
No Data
Reply
  • 1800
    posted

    Hi,

    I suppose error that you get is probably thrown by your server side - you can inspect what the WCF returns(e.g. you can use DEV tools if you are using IE, FireBug in Firefox, etc.)

    For huge data you can enable remote paging, filtering, sorting(and what you need). Also from 13.2 we have implemented Load On Demand for flat igGrid. This means you can set how many records to load initially and when you scroll to the bottom of the grid new request is made to the server and new data is loaded http://www.igniteui.com/grid/load-on-demand

     

    You can check this forum post for implementation of remote paging in the igGrid http://es.infragistics.com/community/forums/t/81433.aspx

     

     

     

    Thanks,

    Miro

Children
No Data