jQWidgets Forums

jQuery UI Widgets Forums Grid rows edit

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 12 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    rows edit Posts
  • rows edit #11032

    dailyblog
    Participant

    1. how to get the state of the changed rows send to sever?inserted,updated or deleted?
    2.do JQWIGETS provide a method to get CHANGED rows information sent to server side?

    rows edit #11034

    Peter Stoev
    Keymaster

    Hi dailyblog,

    For CRUD operations see: php-server-side-grid-crud.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    rows edit #11037

    dailyblog
    Participant

    demo shows CRUD for a row. my question is how to get changed rows data sent to the server side, and on the server side how to get the state of the rows (updated,inserted or deleted).

    rows edit #11038

    Peter Stoev
    Keymaster

    The demo shows CRUD for a row. The updaterow, deleterow and addrow functions are called when a row is updated, deleted or added. It depends on how you will implement your server logic to update your DB. The demo shows how to send insert, update or delete params and depending on them to make the appropriate syncs with the DB on the server side. We don’t keep locally all changes of rows, but if you need something like that, create an array and push values when any of these: updaterow, deleterow or addrow is called.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.