FIX. RadGridView - ArgumentOutOfRangeException when deleting the only one existing record in the CurrentRowChanged event in Begin/EndUpdate block
To reproduce: run the attached sample project and click the new row.
Workaround: don't call the Begin/EndUpdate methods in the CurrentRowChanged event.