I have a control that Inherits Infragistics.Win.UltraWinGrid.UltraCombo
Here are the events in order:
I checked the original and current values of the dataset before and after, all items match as expected.
Before Update
Col: 6 (STATUSID) Original: 0 Current: 1
After Concurrecny Error:
I have searched the database before and after the error and I don't see the concurrency issue.
Note: The 2nd edit can be on any control (not just the UltraCombo) that causes the violation.
Other information:
Database = Oracle, using Microsoft Oracle provider.
We recently bought and have slowly been replacing the DataGridView with the UltraGrid and the UltraCombo has been something we've been looking for since vb3 and the SSComboBox.
Thanks... it might not be an issue with the UltraCombo. After reverting back to a working version and doing more testing, it might be something else. I will update the forum with my findings for anyone else that may run across a similar issue in the future.
In my experience, I've gotten ConcurrencyViolations when I forget to call AcceptChanges on the DataSet or DataTable. Clearly that's not the case here, though, so I'm not sure what the issue is.
You should Submit an incident to Infragistics Developer Support and include a small sample project demonstrating the issue.