Hi all,
I've a UltraWebGrid with paging inside an updatePanel,
I've separate the data by year and enabled custom paging in the grid.
Before I install the hotfix, the updateRowBatch event fired when I changed the page of the grid.
Ex.: when I was viewing the data of 2008 and changed to 2007.
So I could update my data that was in stored in Session and could keep changes that were made.
That way, when I return to the 2008 the data that was changed data was there.
But now the event is not fired when I change pages, just when I click in a button to save or cancel the view.
Did anyone else had the same problem or know how to fix it?
Thanks.