jQWidgets Forums

jQuery UI Widgets Forums Grid Grid keep showing "loading…" circling

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

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

  • douglas168
    Participant

    Hi all,

    We use jqGrid inside tabs and from time to time Grid would show “loading” circling and no data shown. Only way is to exit and reload again. What could be the problem?

    Thanks,
    Douglas


    ivailo
    Participant

    Hi douglas168,

    This behavior may be related to problems with your data source.
    Pleaase check for errors.

    Also if you bind to remote data source set async: false in you dataAdapter’s settings.
    By default, all requests are sent asynchronously (i.e. this is set to true by default). If you need synchronous requests, set this option to false. When the binding is “asynchronous”, the data binding operation occurs in parallel and the order of completion is not guaranteed.

    Best Regards,
    Ivailo Ivanov

    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.