jQuery UI Widgets Forums Grid Load Grid in Time Interval

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Load Grid in Time Interval #64395

    Sibeesh Venu
    Participant

    Hi ,
    I am going through an urgent requirement of loading a large data as a data source in JQX Grid. I have gone through the virtual paging and server side paging already. Since I am using ADOMD CellSet as data source, I am facing so many issues to formulate the queries. So Now I need to load the grid in a time interval. Let’s say I will load the grid with 1000 rows data first, then in the background I will take the another 1000 records in 10 seconds. The problem is when binding the second data , the grid should not come out from the current page or current situation( If a user is in 2 nd page, when I assign the second set , means another 1000 record, the grid must be in the 2nd page itself.) . Please help me do this. Thanks in advance

    Kindest Regards
    Sibeesh

    Load Grid in Time Interval #64404

    Dimitar
    Participant

    Hello Sibeesh,

    The recommended approach here is to use server-side paging, as demonstrated in a number of demos and other examples.

    Another possible solution to your issue is to load the first 1000 rows through jqxDataAdapter, then initialize the grid. After that load the next 1000 rows in the data adapter and when the user goes to the next page of the grid, call its updatebounddata method.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.