Example #1
0
 //Only allows user to select from one datagridview at a time
 private void SaturdayDGV_SelectionChanged(object sender, EventArgs e)
 {
     MondayDGV.ClearSelection();
     TuesdayDGV.ClearSelection();
     WednesdayDGV.ClearSelection();
     ThursdayDGV.ClearSelection();
     FridayDGV.ClearSelection();
 }
Example #2
0
 private void FridayDGV_DataBindingComplete(object sender, DataGridViewBindingCompleteEventArgs e)
 {
     FridayDGV.ClearSelection();
 }