Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
995
UpdateRowBatch or UpdateCellBatch - which is more efficient?
posted

what is more efficient updaterowbatch or updatecellbatch?
Why should we use one or the other?

 

thanks

  • 3732
    Suggested Answer
    posted

    Hi,

    The UpdateRowBatch and UpdateCellBatch are similar events. The only difference is more information is sent from the client side to handle the UpdateCellBatch than UpdateRowBatch. Sometimes this might result in performance issue. If you don't need to catch the exact referece to the cell which was updated and getting reference to the row is fine, then I would suggest handling UpdateRowBatch event.

    Hope this helps.

    Thanks,

    Sarita