I have a form with a databound DataGridView. I use IDataError interface to handle errors and it works perfect, showing red marking in row header of rows with errors..
But how do I get the cursor to jump to the first row with error(s).
Thanks in advance..