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
173
RowValidating
posted

I am new to Infragistics xamDatagrid. Currently I am converting win form screen to WPF. Do we have and equivalent of DataGridView RowValidating event in XamDatagrid. Please Help.

  • 45049
    posted

    I believe that RecordUpdating is the closest parallel to the DataGridView's RowValidating event.  This event occurs before the changes are committed to the data source, and can be canceled by setting e.Handled = true.