AD
Administrator
Syncfusion Team
August 26, 2003 12:58 PM UTC
Hi Peter,
Sorry for the delayed response.
This can be accomplished by adding the following code in the ComboBoxBase Validating event handler.
this.comboBoxBase1.UpdatePopupControl();
Please refer to the code sample attached.
Regards,
Guru Patwal.