If I make several changes to a record then click to another record, is there a way I can undo the record rather then using undo to do the several changes. If not, is there a way I can get the last cell changed then loop through the record to undo all changes in that record?
Also can I clear the undo history or will it clear once the focus is off the XamDataGrid?
Thank you for the example
HI,
I am following up on this thread.
Please let me know if you need further assistance.
Sincerely, Matt Developer Support Engineer
HI ,
I am attaching a sample application that undoes the updates to a previously updated record without using the UNDO Command. I keep track of the previous record's underlying data and make a clone if it. During RecordActiving, I popup a Messabox and ask if you want to undo? If undo, then i simply update the underlying data with the cloned version.
Please review my sample.
I am reviewing your issue.