Peter Dzuya

Peter Dzuya

  • NA
  • 313
  • 39.4k

DevExpress SearchLookUpEdit

Mar 14 2015 6:10 AM
Hi all.
 
I am very new to C# windows form developer using entity framework in v.s. 2013. 
 
I have two  DevExpress searchLookUpEdit drop down buttons.
 
the first one contains a searched value (eg Parent name from a list of Parents) 
 
the second one should now contain the names of students each parent has.
 
my question is how do I filter the second  searchLookUpEdit to give me a list of only the students whose father is displayed in the first searchLookUpEdit.
 
Thanks.