ComboBox & al

Please any help will be helpfull on : 1. how to handle or implement MS Access like events OnNotInList : raised when a item is not found in ComboBox 2. How to binding a ComboBoxAutocomplete 3. How to use XPToolBar With best regards, Jamal-Dine DISSOU

2 Replies

AD Administrator Syncfusion Team March 21, 2005 05:32 PM UTC

Hi Jamal, 1) I''m not familiar with MS Access. Could you please provide me with a more detailed description of what you''re looking for? 2) Set the DataSource of the imbedded AutoComplete to any appropriate data source, such as a Table from a DataView. this.comboBoxAutoComplete1.AutoCompleteControl.DataSource = dataView1.Table; 3) A short introduction to XPToolbar is available at http://www.syncfusion.com/library/menus/controls5.html. Please take a look at it and let me know if you have any further questions. Regards, Gregory Austin Syncfusion Inc.


PD Prof DISSOU Jamâl-Dine March 24, 2005 05:18 PM UTC

Hi Gregory, Thanks a lot Jamâl-Dine DISSOU

Loader.
Up arrow icon