When binding a DataGridView control to a binding source, I\'m getting the following error in my application:
DataGridView
Operation is not valid becau
Set False to MultiSelect Property of your datagridview.
myDataGridView.MultiSelect=false;