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
480
UpdateRowBatch not working properly in v8.1 hotfix 2033
posted

 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.