Top "Combobox" questions

Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.

Add "All" option to ComboBox used to filter for report in MS Access

I'm trying to follow Microsoft's example on how to add an "All" option to a ComboBox in Microsoft Access, but …

ms-access forms combobox ms-access-2003
WPF ComboBox SelectedItem

Ok been working with WPF for a while but I need some help. I have a ComboBox like below: <…

wpf mvvm combobox selecteditem
Why ComboBox hides cursor when DroppedDown is set?

Let's create WinForms Application (I have Visual Studio 2008 running on Windows Vista, but it seems that described situation takes place …

c# winforms combobox
Binding a combobox in subform Access

I have a subform which has the correct Source Object, Link Master field and Link Child field parameters. I can …

ms-access combobox subforms
C# Combo Box SelectedValue Null

Without posting the entirety of my code (I'm just posting the offending script), I'm having a problem that seems like …

c# visual-studio-2008 combobox selectedvalue selectedindexchanged
Combobox SelectedItem doesn't update when source changes

I have a viewmodel which implement INotifyPropertyChanged. On this viewModel is a property called SubGroupingView. This property is bound to …

wpf mvvm binding combobox selecteditem
How to bind a ComboBox to a generic List with deep DisplayMember and ValueMember properties?

I am trying to bind a generic list like List Parents to a ComboBox. public Form1() { InitializeComponent(); List<Parent&…

c# winforms binding combobox generic-list
Combobox selectionchanged event triggers without even changing the selection in the ComboBox

Could you help me find the error in this one: The event triggers before even the windows form is loaded. …

wpf combobox dataset selectionchanged
Flex 3.5.0; Update ComboBox display list upon dataprovider change

I have two related ComboBoxes ( continents, and countries ). When the continents ComboBox changes I request a XML from a certain …

flex3 combobox dataprovider displaylist
EXTJS Store issue with Null Values -- useNull: doesn't have an affect --Help?

Folks, I have a combobox component backed by a JSONStore. The data loaded into the store is returning null for …

combobox extjs jsonstore