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
197
AfterRowUpdate event
posted

In my grid, If I edit a cell, then click on another cell, the AfterRowUpdate event fires as I would expect. But if I edit a cell, then click a close button, the AfterRowUpdate event does not fire. How could I get the close button to do the same thing as clicking on another cell.

For example, if I change the text in cell A2 and then click on cell B2, then click my close button the AfterRowUpdate event fires and asks if I want to save changes. But if I change the text in cell A2 and then immediately click the close button the AfterRowUpdate event does not fire and my changes aren't saved.

 

Thanks,

Rich