jQWidgets Forums

jQuery UI Widgets Forums Grid jqxgrid with large dataset.

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxgrid with large dataset. #19929

    erictalb
    Participant

    Hi there, being newbie to jqwidgets , i am wondering how large my dataset used in jqxgrid can be without affecting end users usability. There can be over 100 000 records in the grid so i am afraid that clicking sort might be slow.

    I do call a web service on :

    $(document).ready(function () { } )

    but is there a way to do it on page next so the subset of records is replaced by what is retrieved from the web service.

    Thanks

    jqxgrid with large dataset. #19934

    Peter Stoev
    Keymaster

    Hi erictalb,

    For such large data sets it is better to use server paging, server sorting and filtering. You may find online samples in the Demo – the PHP section and help topics in the documentation( ASP .NET Integration and PHP Integration).

    Best Regards,
    Peter Stoev

    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.