jQuery UI Widgets Forums Grid Undo edited changes in jqxgrid

This topic contains 1 reply, has 1 voice, and was last updated by  robf 1 year, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Undo edited changes in jqxgrid #132884

    robf
    Participant

    Hi,
    Can someone offer some guidance for resetting the values of an edited grid?

    Use case:
    1) the grid starts out editable=false
    2) user may click an “edit” button and the grid becomes editable, with only certain columns editable
    3) user makes changes and then decides he wants to undo all his changes, in effect, resetting it back to its original values

    The grid could have thousands of rows, so that’s why I simply want an entire reset on the grid.

    Is this easily doable? Any examples or fiddles I can be directed to?

    Thanks in advance!
    Rob

    Undo edited changes in jqxgrid #132888

    robf
    Participant

    It appears I found my answer using $(‘#jqxgrid’).jqxGrid(‘updatebounddata’);

    Closed.

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

You must be logged in to reply to this topic.