what is more efficient updaterowbatch or updatecellbatch?Why should we use one or the other?
thanks
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