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.

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

multiselect.js refresh after change

Just trying to use multiselect.js for multiple type select input's Here is what select looks like <select multiple="multiple" id="my-select" name="my-select[]"> <option ...
0
votes
1answer
70 views

Populating a second dropdown using ColdFusion, jQuery, and Ajax

I have one dropdown that has 14 values. Depending on the value chosen, it'll query a SQL Server database and return some clients to display in a second dropdown. I want that 2nd dropdown to use the ...
0
votes
1answer
23 views

save multiple record in single column by coma sepration, rails

In my app, I use multiple countries select(check box) to store multiple countries name in a single column. for this I'm using country-select gem and in view page: .field = f.label ...
0
votes
1answer
23 views

JQuery: Access all Select Tags that of of type multiple

I have $("body select").method() to apply the method on all select tags. How can I specify multiselect or single select with jquery? I am looking into something like $("body select[multiple='single'") ...
0
votes
0answers
5 views

Show/hide multiple-divs depending on muliselect options

I am trying to select multiple options, upon those selections display a/multiple div(s) but it's only displaying one div at a time, and not multiple divs or what is selected. I am aware multiselect ...
0
votes
1answer
25 views

Kendo multiselect, trigger an event when an item is removed

I use the multiselect from the Kendo UI. I want to know if there is any way to trigger a function, when the user deletes an item from the multiselect. So far I know that the 'change' event is ...
0
votes
1answer
48 views

Magento insert and filter multi-select values in custom admin-grid module

I have created a custom module with Module Creator (v 1.7). Have one multi-select admin form field. As the multiselect field on submitting gives array , the same value (i.e Array) is stored in ...
0
votes
0answers
27 views

how to assign values to combo with multiselect in form panel from store in extjs 4.2.0

I am new on EXTJS 4.2.0, please suggest best answer for my question. I have a form panel containing some text fields and combo fields with multiselect property to true. values of text field and ...
0
votes
1answer
52 views

Submit Multiple Select Values to an Action in Laravel 4

I've been trying to figure out how to submit multiple multi-select values using a redirect or something similar to an index() method/action in my resource controller in Laravel 4. I've made several ...
0
votes
0answers
101 views

Kendo Multiselect: Selected values from binded model are not initialized

Update: To shorten the question: How to bind a SelectList to a Kendo UI MultiSelect Widget using Razor? Original question: In an ASP.NET MVC 4 Application, I am trying to get the Kendo Multiselect ...
0
votes
0answers
17 views

Looking for widget with multi-select and counter JQuery

I am looking for a UI widget which allows me to multi-select items multiple times. That means if I have a list of 5 items, it should be possible to add one or more items multiple times, thus I need a ...
0
votes
0answers
51 views

Highlight an item in jQuery UI Multiselect Next

I have jQuery UI Multiselect Next http://quasipartikel.at/multiselect_next I want to highlight an item using a colour. For example, I have: <select id="countries" class="multiselect" ...
0
votes
1answer
67 views

Multi select dropdown - how to add default value

I'm trying to add default value in multiselect dropdown, so far i tried <select name="addons[]" multiple="multiple" id="addons"> <option value="Not Selected" <?php echo ...
0
votes
2answers
97 views

changing Datasource of Kendoui Multiselect at runtime

I would like to bind data to a kendoui multiselect at runtime. for example suppose that I want to bind it as a cascade of a drobdownlist. any idea?
1
vote
1answer
29 views

Selenium Issue: Select.deselectAll() causing iframe issues

I'm testing a site using the Selenium Browser Automation framework. During testing I switch to a specific frame, let's call it "frame_1". Later, I use the deselectAll() method in the Select class. ...
0
votes
2answers
81 views

preload the selected values of a kendo multiselect that using a server bound data source and templated tags

I have a kendo multiselect as follows. $("#tags").kendoMultiSelect({ change: onChange, dataSource: { transport: { prefix: "", read: { url: ...
0
votes
0answers
58 views

Ext js combobox add multiselect

I want to have multi-select option in ContactCombo a combo-box (please refer the following code) but the problems are multiple :true is not available in ExtJS 3.4 Couldn't replace it with checkbox ...
0
votes
1answer
72 views

DataTables TableTools - multi-row select is not working

This is my init code: $(document).ready( function () { $('#companies').dataTable( { "sDom": 'T<"clear">lfrtip', "oTableTools": { "sRowSelect": "multi", ...
0
votes
2answers
61 views

Populate dropdown based on other dropdown in Postback

I have two multiselect dropdowns and one has to bind based on the other. public void PopulateStatus() { string status=ddlstatus.Text; ddlname.DataSource = spObj.sp_Name(status); ...
-2
votes
1answer
84 views

Kendo UI Web - MultiSelect

it is possible to selectively retrieve two different values​​? A name or a number? e.g. Maria Anders = text value and 1234 = number value { "CustomerID": "ALFKI", "ContactName": "Maria ...
0
votes
0answers
76 views

C#, PropertyGrid, array property, multiselect

There is array "Template", created earlier. For example: public class Template { ... public int ID { get; set; } ... } Need to implement a sample of several elements of the array in ...
1
vote
1answer
50 views

how to define multi select element in zend framework2?

i need to show multi select element in form. i use this: $this->add(array( 'type' => 'Zend\Form\Element\Select', 'name' => 'services', 'attributes' => ...
0
votes
1answer
135 views

How to get the count of selected items in Kendo Multi Select Control?

What is the best way to get the count of selected Items in the Kendo multi select control? I've tried: multiSelect.dataItems().count() and multiSelect.value().count() and neither work? Any ...
0
votes
1answer
47 views

Listbox Javascript Multtiselect not working after upgrade to .Net 3.5

I have an application which is in .Net1.1 and upgraded to 3.5 using Visual studio 2008. There is page which is having a checkbox and a list box which is enabled and disabled using Javascript if ...
-1
votes
1answer
87 views

jqGrid (retain changes in grid after pagination)

I am using a jqgrid: $("list").jqGrid { /* some functions */ colNames : ['Destinaton Id, OrderType, Mesg Seq Number, Replay Status], colModel:[{ name: 'destinationid', ...
0
votes
0answers
106 views

jQuery Multiple selection

I am trying to select more than one category in this "Filterable jQuery Portfolio." Currently the widget is functional and correctly sorts when one item is selected. I am trying to select multiple ...
1
vote
0answers
68 views

Jqgrid: Multiselect in toolbar filter

I want to add multiple select to my toolbar filter, since it is not supported natively by the JQrid. The best and the easiest will be reuse the ui.multiselect plugin which comes together, however, im ...
6
votes
2answers
188 views

source of json in Multiselect jQuery

I have a multiselect of jQuery and I want to get the source from json. I took the source code from my autocomplete combobox that works, but here it does not work. My code: ...
0
votes
1answer
153 views

How to append selected items to a Kendo MultiSelect One item at a time?

I'm using the new Kendo Multi Select Control in Kendo UI version version 2013.1.319. I'm trying to append selected items one at a time and I'm struggling. My Mark-UP: <input style="width: ...
0
votes
1answer
20 views

Multiselect field displays 0 items instead of actual option names. Anyone fixed this?

In a form on my application, I have a multiselect field section to let users select more than one option. However, on the mobile version, it displays "0 items" until clicked, where the user selects ...
1
vote
0answers
348 views

JQueryUI AutoComplete w/ Multi-Select - Remove Selection

I'm using the JQuery Auto-Complete widget, with multi-select, as shown in this fiddle: http://jsfiddle.net/Z26yv/. Here's the code: <label>Teams:</label> <input type="text" ...
-1
votes
0answers
79 views

Android Listview with multiselect & filter options

In my application the listview is showing contact info with multiselect option & filteration but the issue is when i select some listview items and if i put some text to search in the editbox the ...
0
votes
1answer
196 views

How to use Multi-Select with iReport with Stored Procedure in Report Query?

I'm using iReport 5.0 attempting to develop reports for SQL Server 2008R2 back end. Enabling the user to mix/match selections from a list (multi-select) is important. The multi-select works well if ...
0
votes
0answers
125 views

Spring MVC returning Data into Multiselect listbox

I have two html list boxes which i am populating from the database a single select box and a multi select box. I am unable to return a list object into the multi select list box instead i am getting ...
1
vote
1answer
44 views

CKEDITOR - how to disable multiselect

I would like to know how to disable (switch off) multiselect (multiple part of text selection possibility). Is there some property in configuration? Thanks, P.
0
votes
0answers
107 views

Fatal error: Call to a member function toOptionArray() on a non-object in Magento admin

When i click on Shipping Methods tab under Magento system->configuration->SALES tab I am faced with the following error: Fatal error: Call to a member function toOptionArray() on a non-object in ...
0
votes
0answers
21 views

Android GridView mulsti-select

I am developing a new Android Application. I would test GridView layout. I'd like to do an activity with a gridview. I'll be able to multiselect item dragging my finger on the gridview's element(like ...
0
votes
1answer
253 views

jQuery MultiSelect by Eric Hynds — How to get the checked options

Could someone please help me to get the selected options from the jQuery MultiSelect by Eric Hynds and insert them into a sdf file using razor syntax Here is my Razor + HTML code-- I'm usin webmatrix ...
4
votes
1answer
114 views

Multi-select DataGrid

I have to make a Multi-select DataGrid in asp.net for which I have created a Class(MultiGrid) in Code behind(C#). namespace Portal { public class MultiGrid : DataGrid { // Constructor that sets ...
0
votes
1answer
162 views

MultiSelect Widget doesn't remove pre-selected options with this 'open' function

When I add this function, the jQuery UI MultiSelect Widget no longer removes a pre-selected option when it's unselected. How can I get this function to work without losing the ability to unselect an ...
0
votes
1answer
62 views

retrieve selected items from jquery MultiSelect

Simple question but I just can't find the answer. I'm using the 'a beautiful site' jquery multiSelect dropdown select plugin <link>. Everything seems to work using: $(document).ready(function() { ...
0
votes
1answer
91 views

Jquery multiselect autocomplete trigger

Am using http://wilker-dev.com/jquery-multiselect/ autocomplete plugin. I want to trigger add event of this plugin onclick of checkboxes with the values. how can i do it? Here's my code ...
0
votes
0answers
30 views

How do i search and sorting in both selected and non-selected items in jquery multiselect2side plugin?

I would like to search and sorting both selected and non-selected items in multiselect2side plugin. But it has supported to sorting on selected items and search on non-selected items.Please check my ...
1
vote
0answers
65 views

Issue with counting number of items in an array - Count not showing up

I'm trying to capture user choices from a multi-select form into PHP so I can match the user choices with what is required. The following is the HTML: <tr> <!-- <label ...
2
votes
1answer
71 views

Issue with displaying collection of items in MutliSelectComboBox after saving with EF

I am creating a multiselect Combobox that allows a user to select multiple items from a combobox. So far I have achieved this by using an ObservableCollection<string>. I want to be able to save ...
0
votes
0answers
59 views

Displaying the selected value even after form submission

After my form gets submitted, my text fields, and date fields values all remain after form submission but this one disappears. I want the user to see what he had selected, even after form ...
0
votes
1answer
94 views

How do i remove all option from multiselect2side select box?

I used jquery multiselect2side select box. I used below code to add option $("#myselect").multiselect2side('addOption', {name: opionTitle, value: libraryvalue[i].uri, selected: false}); In the same ...
0
votes
1answer
119 views

Databinding selected items in html select from asp.net

I am coding in asp.net and I have added the html select control as seen below. I need to also databind some of the values to be pre-selected, how do I do that? <select multiple="true" ...
0
votes
0answers
99 views

Displaying Contact In Listview

I am trying to open an activity in which i want to display mobile contact & it working fine in some mobile & in some mobiles the list item gets inflate..nd more over if I am running the same ...
0
votes
0answers
11 views

How does multiple section from a dropdown passed in the URL?

How does multiple selection from a drop down is passed in the URL when posting a form using GET method ? Thanks, Ravi

1 2 3 4 5 10