Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
480
Undoing Updates to the a row
posted

I have a scenario where we do very specialized validations. In these validations we may get a pass or a fail on an update of the row. On failed validation, we will have to revert the modified data in the row. I was looking through the api and found the following which I think may work for me. What I am not understanding is on how I should this be used. Is the following command targeting a single selected row or is it target multiple selected rows. I just want to verify this before I go run off changing code.

this.ugDataGrid.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.UndoRow)

Thanks in advance.