Esempio n. 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();
 }
Esempio n. 2
0
 private void WednesdayDGV_DataBindingComplete(object sender, DataGridViewBindingCompleteEventArgs e)
 {
     WednesdayDGV.ClearSelection();
 }