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
1415
Infinite scroll feature not working as expected in Ignite version 9
posted

Hi Team,

I am using Ignite version 9. we are trying to implement Infinite scrolling/ vertical scrolling for our data grids.

From the sample available in Infragistics https://stackblitz.com/edit/igx-grid-sample-version-9?file=src%2Fapp%2Fgrid%2Fgrid-row-editing-sample%2Fremote.service.ts , i have used our api call to remotely access data instead of DATA_URL but it is throwing 404 error.

Please help. Please reply ASAP.

Parents Reply
  • 2680
    Offline posted in reply to Shobhana Suara

    Hi Shobhana,

    The corresponding event in version 9 is named “onDataPreLoad”. Here is the API link to it. In subsequent versions, the "on.." prefix was omitted form all event names.

    Please, keep in mind that version 9 of Ignite UI for Angular is long expired and is no longer eligible for developer support. Neverhtless, you could still check out the APIs for past versions in the referenced API link by selecting the target version from the dropdown:

    We generally recommend upgrading to the latest version to be able to take advantage of all introduced components, features and fixes since.

    Best regards,
    Bozhidara Pachilova

Children