ComboBox Partial Word Suggest ?

Hi,

Does the AutoComplete of the ComboBox support suggestions for partial words ?

Scenario:
The combobox contains the following items:

Pamela Lobos
Ana Santa
Carlos Santa
Diario Francesco

If I type "Santa", the combobox would suggest the following two items:

Ana Santa
Carlos Santa

Does your combo support this feature ?

Thanks in advance.



1 Reply

IM Iniyen M A Syncfusion Team August 24, 2011 03:51 PM UTC

Hi Jimmy,

Thanks for your interest in syncfusion products.

You can achieve your requirement by using the AutoComplte's 'MultiSuggestExtended' property. For more information i have included the code snippet and sample as follows.

[Code Snippet]
this.autoComplete1.CaseSensitive = true;
this.autoComplete1.SetAutoComplete(this.comboBox1, Syncfusion.Windows.Forms.Tools.AutoCompleteModes.MultiSuggestExtended);

[Sample]
http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=ACComboBoxSamp814014491.zip

Please have a look on the above sample and let us know if you need further assistance.

Regards,
Iniyen M.A.


Loader.
Up arrow icon