jQuery UI Widgets Forums Grid Can't refresh Grid data.

This topic contains 2 replies, has 2 voices, and was last updated by  serg_rc 9 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Can't refresh Grid data. #74432

    serg_rc
    Participant

    When i try refresh Grid data (like in Documentation):
    // refresh Grid data.
    $(‘input’).click(function () {
    source.localdata = generatedata(50);
    $(“#jqxgrid”).jqxGrid({ source: source });
    });

    and Grid have next properties:
    filterable: true,
    showfilterrow: true
    i have program error in module jqxgrid.filter.js – something about property “datafields”…
    in this program part: var b = this.source._source.datafields;

    Can't refresh Grid data. #74439

    ivailo
    Participant

    Hi serg_rc,

    You have to use updatebounddata.
    Here is the demo with

    filterable: true,
    showfilterrow: true

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Can't refresh Grid data. #74442

    serg_rc
    Participant

    Thanks, it’s work.

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

You must be logged in to reply to this topic.