1. Create a new project with RadGridView. 2. Bind it to a data source with two columns and make the first one read only. 3. Handle the CellValidating event and add a condition to validate the second column. 4. Run the project and enter invalid value in second column. 5. Now enter a correct value and press Tab key. You will be navigated to a wrong row.