Top "Combobox" questions

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

Jquery UI autocomplete combobox button click event

I'm experiencing weird behavior with jquery ui autocomplete when using it to create a combobox. Whenever I click on the …

javascript jquery jquery-ui combobox jquery-autocomplete
Need SIMPLE working example of setting WPF MVVM ComboBox ItemsSource based on SelectedValue of second ComboBox

Can anyone show me a simple working example for a WPF MVVM application to set the ItemsSource of combobox B …

wpf combobox selecteditem itemssource
Why is a (Excel VBA) combobox change event triggering every time one of its properties is referenced?

I'm a first time user on this forum. Here's my scenario: On a userform, I have a combobox, two textboxes …

excel vba combobox event-triggers
ms access form: combobox to multiselect dropdown menu

I have an ms access db which was made a few years ago for my company. I am trying to …

database ms-access combobox multi-select ms-access-forms
About ComboBox in JOptionPane using dialog

I would like to get a dialog box using joptionpane as a Combobox where I want to accept the values …

java netbeans combobox dialog joptionpane
Multiple Colors for Each Item in JComboBox

I'm trying to make a ComboBox that uses different colors for different items. I wrote out some test code but …

java swing combobox render
Silverlight bind collection to Combobox in DataForm using MVVM

I have this problem, I've got Silverlight app written using MVVM. I need to create DataForm which is binded to …

silverlight data-binding mvvm combobox dataform
In ExtJs 3.3.1, how can I show a ComboBox drop down without click in EditorGrid?

I am using ExtJs 3.3.1. Within an EditorGrid, my "editable" column has a ComboBox as its editor. How can I have …

extjs combobox grid extjs3
Programmatically select an item in combobox by using its ValueMember property

I have a method that gets the ComboBox object and the query to be loaded on its items. The method …

c# combobox valuemember
Can't set Combobox SelectedItem, Value

In my application I have a customer who can have multiple locations. When you select a customer in my dropdownbox, …

c# combobox foreach selecteditem selectedvalue