I want to perform an Undo on the ultragrid or dataset. At the moment im doing the logic below, can you point me into the right direction
this.BindingSource.RaiseListChangedEvents = false; this.BindingSource.CancelEdit(); this.DataSet.RejectChanges(); this.ultraGrid1.UpdateData();
If you cancel a change in the grid or the DataSet, that data is lost. There is no redo. You would have to store the data before the cancel and then implement your own redo functionality.
I finally made it around to the requirement today and it works perfectly. Thanks for you help.
Can you point me in the direction of redoing the change to the dataset after I undo a change?
Hello ,
If you need any further assistance on this please contact us.
Thank you.
I havent incorpoarated the changes or tested. I move on. I am going to complete all the requirements of my app, then come back to the reject changes, i have a deadline. so i am going to approach the rejected and accept changes hopefully today sometime. I didnt want to get to hung up on one thing
Hi,
I just wanted to know if you were able to solve your issue based on our suggestions or you still need help? Just let me know.