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
355
XamDataGrid Undo Events
posted

Hi

The sample undo pages are good but don't fully address my needs.

So I see that Undo only undoes the last action, either a cell add or a row add.

What unique event is hit when the whole row is added??  I need to look at and validate the added values.

It is not XamDataGrid1_RecordAdded or XamDataGrid1_RecordAdding. Those are also hit for a cell.
I am using XamDataGrid1_RecordDeactivating, but that is only kicked off if I click on another row.

Thanks.
Howard