I'm having problems refreshing data on my grid (Infragistics) when I do the following. (I don't normally do this but I have a weird situation and this is the only way I can solve it)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