Hi, When I'm on the form and LookUpEdit control is populated, I'm typing in the value to search for such as "Philadelphia". However, EditValueChanged event gets triggered for each new letter I type. Is there a way to delay this event from firing until after I'm done typing? I've...