jQuery UI Widgets Forums Grid Batch editing

Tagged: 

This topic contains 4 replies, has 3 voices, and was last updated by  Peter Stoev 9 years, 3 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Batch editing #66245

    dailyblog
    Participant

    Hi,is batch editing supported in jqxGrid?
    For example,
    1. Load 3 records from Server.
    2. Update the first row to new record.
    3. Delete the second row.
    4. Insert 2 new rows.
    5. Submit the changes above to server once.(do not submit changed rows one by one)

    Batch editing #66272

    Peter Stoev
    Keymaster

    Hi dailyblog,

    Synchronization with your server is done by you, not by jqxGrid which means that batch editing is supported because we don’t make Ajax calls to your server when something is changed in your Grid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Batch editing #66701

    dailyblog
    Participant

    hello Peter,
    thanks for replying.I have another problem about batch editing. After I deleted a row,updated a row,and inserted a row,how to get the changed rows’ status sent to server by clicking Sending button?

    Batch editing #82307

    softboy99
    Participant

    Hi
    I have same question as “dailyblog”. If we can have an API method of getChanges like jeasyui datagrid to get the updated/inserted rows status info is must better than now.

    Batch editing #82313

    Peter Stoev
    Keymaster

    Hi softboy99,

    Ok, Thank you for your suggestion. You can keep a history of updates using a simple Array object.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.