jQWidgets Forums

jQuery UI Widgets Forums Grid Refresh particular row

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Refresh particular row #77878

    shaelynw
    Participant

    How can I refresh data for particular row only?

    After update row event had commit changes, but not yet update in database,
    anyway to revert back particular row to original source data?

    In other way, how can I cancel changes without going into update row event?

    Refresh particular row #77896

    ivailo
    Participant

    Hi shaelynw,

    In our CRUD demo , you can see that is used commit(true) or commit(false) for synchronization with the server.
    You can construct your custom logic in some cases to prevent updating of the grid with new values.

    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.