Questions tagged [multi-select]

Multiselect is a user interface feature that allows the user to select more than one item in an items control. An items control can be anything that holds selectable items such as a dropdown list, data grid, or a custom listing or group of items.

Multiselect is a user interface feature that allows the user to select more than one item in an items control. An items control can be anything that holds selectable items such as a dropdown list, data grid, or a custom listing or group of items.

Multiselect implementations:

Javascript

JSF

2113 questions
183
votes
10 answers

How to get multiple select box values using jQuery?

How to get multiple select box values using jQuery?
DEVOPS
  • 18,190
  • 34
  • 95
  • 118
177
votes
17 answers

Multiple select in Visual Studio?

Is there a way to select multiple non-adjoining (totally separate) texts in VS? I can do it in MS Word by selecting the texts separately by holding the Ctrl button, like this: My version is 11. Edit: I'm not talking about Alt+Select block…
nawfal
  • 70,104
  • 56
  • 326
  • 368
89
votes
9 answers

Why is the first element always blank in my Rails multi-select, using an embedded array?

I'm using Rails 3.2.0.rc2. I've got a Model, in which I have a static Array which I'm offering up through a form such that users may select a subset of Array and save their selection to the database, stored in a single column in Model. I've used…
robmclarty
  • 2,215
  • 2
  • 20
  • 21
73
votes
5 answers

How to implement multi-select in RecyclerView?

I'm trying to implement a RecyclerView with multiple selectable items. Here is what I've tried but I couldn't make it work. This is what I'm trying to do:
Hegdekar
  • 1,147
  • 1
  • 13
  • 16
54
votes
4 answers

Customizing the TreeView to allow multi select

The built-in WPF TreeView control does not allow for multi selection, like a ListBox does. How can I customize the TreeView to allow for multi selection without rewriting it.
Dylan
  • 2,392
  • 6
  • 26
  • 34
52
votes
9 answers

jQuery multiselect drop down menu

I have a simple html multi select drop down list: