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
1740
How do I bind/unbind the "AfterCellUpdate" event on UltraWebGrid in the client-side?
posted

Hi All,

How do I bind/unbind the "AfterCellUpdate" event on UltraWebGrid in the client-side? I have a requirement to iterate through the grid rows and update values in other columns based on business rules. Whenever I update the grid cell, the event calls itself and it goes in a recursive loop. I would like to avoid this. Any help on this would be highly appreciated!

Thanks