FIX. RadGridView - When the grid is bound to a ObservableCollection and the AddNewBoundRowBeforeEdit property is set to true exception occurs if the user cancels the new row adding.
To reproduce:
- Bind the grid to an ObservableCollection and set its AddNewBoundRowBeforeEdit property to true.
- Click in the new row and then click back in already added row.