I am filling two business objects when I first load a form. I save off these two BO's into variables. Due to database design I have to physically save data during the editing session. When I click on the 'Undo' button, I refill the business objects using the saved values (I am using the CopyDateFrom method)
Everything is fine however the grid doesn't reflect the changes. Any suggestions on how to do this?
Thanks,
Tim