Beispiel #1
0
 //Fill Datagrid of the ForeignKeyDropDown when it's dropped down
 void CustomCombo_DropDownOpened(object sender, EventArgs e)
 {
     DocumentAttributesModel.Search(unit.MUCDropDown.SearchControl);
 }
Beispiel #2
0
 //Search button of the ForeignKey drop down
 public void btn_Search_Click(object sender, RoutedEventArgs e)
 {
     unit.MUCDropDown.ResetPager();
     DocumentAttributesModel.Search(unit.MUCDropDown.SearchControl);
 }
Beispiel #3
0
 private void DASearchControl_SearchClick(object sender, RoutedEventArgs e)
 {
     DASearchControl.ResetPager();
     DocumentAttributesModel.Search(DASearchControl);
 }