Autocomplete ComboBox with DataSource

B

Benton

Hi there,

I have a ComboBox (.NET 2.0) that's filled from a DataSource (actually a
Business Objects collection). I haven't found any way to make it
AutoComplete, i.e., to automatically find the closest item as I type in.

Seems that AutoComplete only works if the ComboBox isn't filled from a
DataSource. Am I correct or is there a trick/technique to accomplish this?

Thanks in advance,

-Benton
 
G

Guest

Make sure you AutoCompleteMode propert of the combobox set to SuggestAppend,
and AutocompleteSOurce set to ListItems. It should then use the values from
your datasource for suggest.

Good Luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top