RadForm - AcceptButton Click event is fired when you are editing a RadGridView cell and press enter.
Steps to reproduce.
1. Add a grid and a button to a form.
2. Set the button as the AcceptButton
3. Add a text column to the grid
4. Run the project, open a cell for edit, hit enter and the button will be clicked closing the form in the process.