Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
165 views

QT - multi-select

I would like to create a search-type text field in QT that can contain both standard text as well as what I would call "tags"... basically additional search terms that are individually highlighted and ...
5
votes
3answers
7k views

How can a multi-select-list be edited using asp.net mvc?

I'd like to edit an object like the one below. I'd like the UsersSelectedList populated with one or more Users from the UsersGrossList. Using the standard edit-views in mvc, I get only strings and ...
3
votes
1answer
165 views

In WPF, how can I restrict selection in a DataGrid to only be cells in the same row or column?

We have a DataGrid that allows the user to multi-select cells. However, we have a unique business requirement. Specifically... First cell: You can select anywhere Second cell: Has to be either in ...
3
votes
2answers
434 views

jQuery problem with multi-select

On my page I have to select option values loaded by a $.post funtion. I have a button to "move" data from one select to the other. The example works in a new page but not in my page not. The elements ...
3
votes
1answer
305 views

How do I use Jquery to find and select a Multi Select option by the Value?

I can't seem to figure out how to correctly select a Multi Select option by the Value and leave the other options that are selected alone. Update It does work, thanks! I had the multi-select hidden ...
2
votes
3answers
1k views

can i make file dialog in input type file in html to be multi select?

I want to implement a multi file upload I was thinking if its possible to have a browse button open a file dialog which may allow me to select more than one file and once i select them these files can ...
1
vote
1answer
768 views

Problem in IE6 with fixed position and multi-select boxes when scrolling

I am using the common css-workaround to achieve a fixed position of an element in IE6 <style type="text/css" > .fixedPos { position:fixed; } </style> <!-- IE specific code: --> ...
1
vote
3answers
463 views

Is a drag-over checkbox list useful?

A while ago I created a drag-over check box list which allows you to check many check boxes in a single gesture. Do you think it is viable and usable on the web where people might not know how to use ...
0
votes
1answer
28 views

jquery ui multiselect plugin does not let me drag drop consistently

I am using jQuery ui.multiselect.js plugin to order columns in my jqGrid. I have noticed that there are some inconsistencies in the way this plugin behaves. It lets me drag-n-drop from right column to ...
0
votes
1answer
115 views

Magento - Working with multiselect and Store view

I'm developing a new module for Magento and I need to use the Store View (like in CMS/pages or CMS/blocks). Thanks to answer of Gergely Varga (magento multiselect insert database) I can now save the ...
0
votes
0answers
94 views

jqgrid keep selected rows around . .

I am working with a dataset that has several thousand records so naturally the grid is paginated. In addition the user can use the filter bar to filter the grid to better find the entries they are ...
0
votes
1answer
28 views

multi-selection [combo] boxes

My selection is still a 'popup' style instead of always being open [a box] with the options vertically aligned to the top ie a combo-selection box. i am using the following code within a fields for ...
0
votes
2answers
623 views

GWT Multiselect Dropdown Listbox

I'm looking to create a multi-select dropdown listbox in GWT, but I'm not sure how to go about doing so. I'd like it to be similar to this: Any suggestions? Should I take gwt ListBox code and ...
0
votes
1answer
2k views

CakePHP, Setting a complex/multiple find condition for a multi select box

I have a multi-select box named Manufacturer Name that is displaying correctly, even clickable for multi search. When I run the search I am not getting any results from my database using the complex ...
0
votes
4answers
9k views

Selecting items in multi-select listbox from delimited database string field

I'm trying to build an "edit" page for a database record that can be edited and saved back to the database. One of the fields will be a multi-select listbox that will need to highlight the appropriate ...
0
votes
2answers
1k views

In SSRS 2005,must declare the scalar variable

I have a report that runs a stored proc: EXEC ra_spProjectCalendar @Month, @Year, @ProjectID ProjectID is A multi-select dropdown. When a single project is selected, it works fine. If I select ...