jQWidgets Forums

jQuery UI Widgets Forums Grid Grid data not updated SecondTime

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid data not updated SecondTime #21726

    mithun joshi
    Member

    Hi,

    I am fetching data for grid from java controller class.

    For the first time i call “url: ‘planningSummaryGrid.htm'” and data is fetched properly from java controller.

    For Second time when i try to reload the same grid “url: ‘planningSummaryGrid.htm'” to get updated data request is not going to java controller class. Old data fetched during first request is only shown.

    This happens mainly in IE9. for IE8 things are working fine.

    Code for reference.
    var locationSummaryGrid =
    {
    datatype: “json”,
    datafields: dataFieldColumns,
    url: ‘planningSummaryGrid.htm’
    };

    Kindly suggest.

    Grid data not updated SecondTime #21728

    Peter Stoev
    Keymaster

    Hi,

    To make an update of the Grid’s data, you need to either set its “source” property to point to a new jqxDataAdapter instance or to call its “updatebounddata” method. Make sure that you use jQWidgets 2.8.3, too.

    Best Wishes,
    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.