jQuery UI Widgets Forums Grid Working with Checkboxes in editable Grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 11 months ago.

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

  • Syai
    Participant

    Hi,

    I’m working on editable grid. When I change any data in the column, it goes to the update method and saves the changes. This is fine. I’ve a checkbox column and on checking the checkbox rows, for every check or uncheck, it is calling the update method, which doesn’t required to happen. I just want to perform a bulk action for the checked rows on a button click. Is there any possibility to check the checkboxes which should not trigger the update method on changing it?

     

    Thanks & Regards,

    Syai


    Peter Stoev
    Keymaster

    Hi Syai,

    Every row change or cell change will raise the updaterow method. However, you may just save the updated data in a local array and when necessary do a bulk update to your DB.

    Best Regards,
    Peter Stoev

    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.