When binding a DataGridView control to a binding source, I\'m getting the following error in my application:
DataGridView
Operation is not valid becau
I found this exception happened because I had an empty DataGridView.CellValidated sub in my code. Once I deleted that empty sub the error went away.