Hi,
In our desktop application,we bind grids to data.Now,for example a grid is showing records of customers.The user can edit any record,and click save.Instead of save, he can click cancel too.I am able to get originalstate of all objects and show their values in the grid.But,I have not found a way to cancel\clear updates collection as it is readonly.What happens is, that user again say makes some changes, and clicks save,earlier updates collection still exists.