Is there a way to solve this? I could catch the closing of the application and simulate a BeforeRowUpdate but that doesn't seem good practice...
So I changed something in the row and when leaving it, it gets saved. Closing the application however with the windows X doesn't trigger the event.
Hello lievencardoen,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Actually, I just realized my solution is wrong. You should call grid.UpdateData() not grid.Update().
I'll check this latern on and mark your answer if it works. But I'm pretty confident that your solution will fix it. thx.