Possible VS2003 ComboBox Bug

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If the SORTED property of the ComboBox is set to TRUE it sorts the
DisplayMember values, but not the ValueMember values. This gives
incorrect SelectedValues.
 
Yes, I noticed that recently. My workaround was to use a dataview bound
to the combobox, and sort the dataview instead of the combobox.

Tom
 

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

Back
Top