FIX CellValidating is not working when add new row position is bottom
Steps to reproduce:
1. Create a new project containing RadGridView
2. Set AddNewRowPosition property to Bottom
3. Handle the CellFormatting event for the last column and cancel it
4. Run the project