jQWidgets Forums

jQuery UI Widgets Forums Grid Paging Error with Large JSON Set

Tagged: ,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Paging Error with Large JSON Set #26518

    brentgiesler
    Member

    Hello.

    I’m retrieving around 1000 rows.

    The default for the grid size is 1000. This works fine on first load and on refresh.

    When I try to change the pagesize to 20, I get an error that “…the data is stil loading….”.

    Any suggestions on what to try?

    Thank you.

    Paging Error with Large JSON Set #26519

    Peter Stoev
    Keymaster

    Hi brentgiesler,

    “data is still loading” points that you cannot set properties or call methods while the Grid’s data is loading. The exception’s message continues and points what you should do – call your logic in the binding complete event handler or use the Grid’s ready callback which is called when the Grid’s instance is created and binding is completed.

    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.