Hi,I have a UltraWebgrid inside a traditional updatepanel (not WARP), when I click a Save button the updatecellBatch is not firing. But if I click a second time then the updatecellBatch is firing and my changes are saved.
I need to use updatecellBatch because when the user save all of its changes, the application send an email.
Thanks for your assistance
Hi,
I would like to update that UpdateCellBatch Events requires full postback without this they will not fire all the batch events. Batch events requires full postbacks.
Thank you.
Bunty :)
Is there any workaround?Also why does it work at the second click on the save button? My save button is in an update panel as well.
Thanks