After upgrading to v3.2 (3.2.9356.10060) , I have the following issue when "inserting" new row via the InsertionRow editor.
"Attempt was made to end the edit process while it is already in the process of being ended"
Symptoms/reproduce:
- occurs on grids that use DataGridCollectionViewSource, but ok for grids that do not.
- occurs on grids that initially have no data, and then enter some value in the insertion row's editor,
- The insertion will be succesful, but the insertion row editor validation "!" will show up , inserted value will remain and cell marked as red, the following tooltip will show when moouse over the cell.
"Attempt was made to end the edit process while it is already in the process of being ended"- This only occurs on the first record insert, subsequent insertion is ok.

Help?
Regards,
Fred