jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts

  • Mithun
    Participant

    Hi Peter,
    Paging is not what I want. I know already there is such an option. The next chunk of data should be fetched when the first data loads. It should not be waiting for an user interaction. Also server paging makes it difficult to filter as we will have to implement the filters in server itself. The above example u mentioned is load on demand, where as I need the data to load without waiting for the demand. Is there a solution for the same?

    in reply to: Performance dataAdapter Performance dataAdapter #55684

    Mithun
    Participant

    Hi,
    I too had the same issue. I think JQXGrid doesn’t allow that. Load on demand is not what we want. Loading shud be done asynchronously in sets of 10 each. If we set paging as in your example we wont be able to do the filtering/sorting on client side. We need whole data to be loaded into the client but not in one strech. Is there a work around? is there any method to add data to an existing Adapter?

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