Hi!
Is there way to set CurrentRow in DataGridView to null when form is first loaded? So BindingSourse event CurrentChanged should not fire.
What I want actually. When form is loaded no rows are selected in DataGridView and BindingSourse.CurrentChanged is fired only when user selects some row.