A user interface control GUI element, similar to a list box, which allows the user to choose one value from a list. When a drop-down list is inactive, it displays a single value. When activated, it displays (drops down) a list of values, from which the user may select one.

learn more… | top users | synonyms (4)

3
votes
0answers
46 views

How to make little arrow from dropdown list stay close to text?

I have a dropdown list in my Action Bar (ActionBarSherlock), but the little arrow stay too far from the text when text is short. I would like to do the same as the Google Plus app, where the arrow ...
3
votes
0answers
63 views

Drop down box is not displaying in android device

I am developing android application using cordova with plain jQuery. when drop down in html page, it is not displaying like drop down in Android device (let us say here : samsung s3). I need default ...
3
votes
0answers
311 views

Sharepoint 2010 dropdown menu on mobile

I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what I'm also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has ...
3
votes
0answers
913 views

Accessible full width dropdown menu with Jquery hover, focus and blur

I have a full-width drop-down menu that shows all submenu's on hover or on getting focus (to make it keyboard-accessible). It's a menu you see often, but keyboard accessibility I haven't found ...
3
votes
0answers
228 views

Chrome Breaks Form by Persisting Drop Down List Selection on Back Button

Page A has a dropdownlist of shipping methods. User makes a selection and clicks next. Page B allows them to change their shipping address, which changes their shipping methods. User clicks back ...
2
votes
0answers
38 views

jqueryui dropdownchecklist bind to an element: no widjet method error

I try to bind the jqueryui dropdownchecklist with no effect. I bind thru Drupal, all the .js files (taken from the last plugin download package) and .css files are linked (except for smoothness.js): ...
2
votes
0answers
135 views

DropDownList Column in Telerik MVC Grid

I have the following Grid Definition where the PreRemStatus column is not working properly with the ClientTemplate. Is there another way I can accomplish adding a DropDownList Column in the Grid? ...
2
votes
0answers
184 views

Cascading dropDownLists in repeater. DropDownLists with SQL source and add/delete option

What is the trick to implement the following interface in ASP.NET? I think the screenshot should explain everything. Both dropDownLists work on SQL tables. [Categories],[Items] bound with ...
2
votes
0answers
417 views

How to reset the partial view containing cascading dropdown list in MVC4 Jquery

I am using MVC4/EF and I have four cascading dropdownlist and I got it working the first time. So when the page is rendered first time, I am able to select the first dropdown and filter the result on ...
2
votes
0answers
206 views

Show/Hide Selected option from Dropdown list in IE8 not working

I'm trying to do a show/hide mechanism on Dropdownlist. The scenario is once the value is selected from the Dropdownlist that value should no longer available on the second Dropdownlist. The code ...
2
votes
0answers
1k views

dropdown for country, city, state with zip code

i want to include country, city, state and zip code for some e-commerce site and i want it as: if i select specfic country cities of that specific country only is listed. once city is selected states ...
2
votes
0answers
224 views

Navigation via selection of collection-select dropdown in Rails 3.1

I'd like to perform a relatively simple task of selecting a value from a dropdown menu, and then navigate to the selected item. (I know I must be making this much harder than it needs to be, but here ...
2
votes
0answers
877 views

I18n dropdown selection in rails 3, internationalizing and getting ID value inside value=“”

Im trying to be able to internationalize strings from an array to populate a drop down selection form field. Below I posted code from a google blogpost ( link with credits included) What I would like ...
2
votes
0answers
767 views

SQL DropDownList - ListItem inserts

I have a dropdownlist (DDL) for a user to select between two values to insert into the database via codebehind/stored procedure file. All my forms work well with the DDL method except when I try to ...
2
votes
0answers
248 views

How do I set SelectedValue of Dropdown in Sharepoint Designer?

I just started using Sharepoint Designer to create forms & screens for end-users. When I use ASP Dropdownlist or Sharepoint Dropdown controls, I am unable to set the selected-value of the ...
2
votes
0answers
344 views

Rails dynamic drop-down not pre-populated in edit form

I have a dynamic drop-down in a user form that contains cities based on the selected state. The form works perfectly when creating the record, but when editing the user, only the state is populated ...
2
votes
0answers
217 views

Integrate Jfreechart with drop-down menu

Is there a way to integrate Jfreechart with drop-down menu? I want to update the chart depending on the user input. What other options do we have to do this?
2
votes
0answers
137 views

intellisense type dropdown as a third party tool

I am developing a third party intellisense tool using Visual C++. I am placing a listbox on a dialog and showing it in keypress(using Win32 hooking). This dialog will show up in any ...
2
votes
0answers
403 views

Adding validation to a Dropdownlist in a EditorTemplate

I am trying to find a good way to have a dropdownlist by specifying UiHint "DropDown" to the property of the ViewModel and then just using HtmlHelper EditorFor to render the dropdown via an generic ...
2
votes
0answers
908 views

Populate InfoPath Combo Box

I am trying to populate a drop down and found this page, which provides part of the solution: ...
1
vote
0answers
31 views

PHP Drop Down Selected

i've got 3 drop down boxes which populate each drop down from the one above but on the 3rd drop down i want it to bring back a value that i selected. The code is below <tr> <td ...
1
vote
0answers
19 views

.Click handler for child menu items

Ok so this should be a basic thing, but I'm having a very difficult time figuring it out. I'm making a WPF window in visual basic express 2012, using vb.net. I have a Menu added to the window with ...
1
vote
0answers
33 views

Add events to a Dynamically generated Dropdown C#

I've been generating Dynamics Control without an issue, until I had the necessity to access a server side event in a SelectIndexChanged of a dynamically generated DropDownList. I followed the ...
1
vote
0answers
29 views

adding custom drop down list in tinymce

I have to display a drop down list in tinymce. I googled to find any tutorial or any good example but I just found that code: // Adds a menu to the currently active editor instance var dm = ...
1
vote
0answers
48 views

Problems with my Dropdown Menu in IE7

I'm currently developing a new site: http://v-designs.ch/Blackbeats/ I tried to adjust it to older browsers but there's a problem in IE7. I know IE7 is quite outdated but still I'd like to make it ...
1
vote
0answers
72 views

jQuery simle drop down menu . it doesnt work properly

Here is my code. The class of .dropdown-menu is menu botton (where release the code when you hover over it) and class .dropdown-menu is its li child thanks <script type="text/javascript"> ...
1
vote
0answers
33 views

Isotope Dropdown select filtering with hash history integration

Can anyone tell me how to integrate an isotope dropdown with hash history? Thanks! I found a solution! Here is the code for anybody it needs! Here is the HTML: <nav id="filterGroup" ...
1
vote
0answers
55 views

Foundation's 4 form dropdown style missing on IE8 and below

I am using Foundation 4 framework for one of my websites, and I noticed that when testing it on Internet Explorer 8 or below the form dropdowns are being displayed as the IE default rendering instead ...
1
vote
0answers
86 views

Select2 Dropdown in Internet Explorer shows [object screen] instead of correct value

I'm using select2 in a dropdown which is placed into a js grid (the awesome slickgrid). The dropdown works fine in all browsers, but not in Internet Explorer. Instead of showing the dropdown values it ...
1
vote
0answers
53 views

fix dropdownlist control's list position

I am facing an issue with the dropdownlist which is binded in code behind file but my issue is related to UI. <div id="Div2" runat="server" class="dropdownstate" style="margin-left: 10px;"> ...
1
vote
0answers
65 views

selectedvalue which is invalid because it does not exist in the list of items dropdownlist

I binded a dropdown list, here is my code: (DataLayer) string countrySQL = "SELECT * From Country"; string[] param = { }; object[] paramVal = { }; return ...
1
vote
0answers
34 views

ckeditor: how to load contents in submenu?

I need a drop down list within a drop down list in the plugin . for this I have made a plugin that is showing a drop down list but contents of inner drop down are not appearing. here is how i am doing ...
1
vote
0answers
58 views

Get the highlighted item in the DropDownList of combobox when user moving mouse over the items?

The context is user clicks on a combobox and it drops down a list (called Drop down list), user may move mouse over the dropped list before selecting a one, I would like to get the highlighted item ...
1
vote
0answers
90 views

jqGrid's header section hiding a dropdown

EDIT: Since I didn't get any responses, I am going to add more details to this question. I use the dropdown menu provided at: http://codecanyon.net/item/drop-menu/81289 (paid for it). The following ...
1
vote
0answers
80 views

2 level dropdown menus in bootstrap working only with click

I'm trying to force nested dropdown menu without hover. Currently, code below, shows only nested dropdown menu only on activated with hover. I want to force it only with click, so that in mobile ...
1
vote
0answers
391 views

Kendo Grid Column bound Dropdown Row wise binding

I am facing one issue on kendo grid. I have Kendo grid in that i have one dropdown which is loading on the basis of ViewData["abc"] using editor template and also having 2 fields such as Arrival Date ...
1
vote
0answers
249 views

Reset list's paging when select value from dropdown menu sencha touch 2.1

I need to dynamic populate list by select value from dropdownlist. For example when I select Active record then my list will populate record which are active.And if I select Delete record then list ...
1
vote
0answers
65 views

Horizontal Menu vanishes in IE 8

I am revamping a basic site for a shelter in town. I'm trying to give them something nice but not flashy or hard for anyone to go in and maintain. I don't really want to code for IE 8 but I know ...
1
vote
0answers
82 views

Drop Down menu from hover to onclick

Hello everyone I know it's a question made over and over again but I just can't get it.... I'm starting a little now to understand CSS but java is a complete no no..... if someone can help me to put ...
1
vote
0answers
252 views

ListItems attributes in a DropDownList are lost after postback?

I have manually add some addition attirubte during dropdownlist databound event. However, after postback the attribute is missing. And i found related issue at ListItems attributes in a DropDownList ...
1
vote
0answers
458 views

CSS3 Dropdown menu - Transitions with display none/block?

I want to create a drop down menu view based on the following HTML / CSS : <!DOCTYPE html> <html> <head> <style> html * { margin: 0; ...
1
vote
0answers
9 views

dropdown menu fails on just one domain

I have a drop-down menu that works off a script.js file on multiple websites. It works on multiple domains, but recently it stopped working on one domain, and now I cannot get any script.js menu ...
1
vote
0answers
16 views

dropdownlist does not select

I’m a newbie and am probably missing something obvious. (see code below) Initializer.cs works because the pull-down items, “Regular” and “Comm”, appear correctly when running Create.cshtml. However, ...
1
vote
0answers
21 views

code for makin a dropdownlist dynamically added value permanent to make it appear evrytime the dropdownloads

code for makin a dropdownlist dynamically added value permanent to make it appear evrytime the dropdownloads protected void btnAdd_Click(object sender, EventArgs e) { ...
1
vote
0answers
55 views

dropdown navigation with transition

i tried to use css transition code to make my dropdown navigation with ease in effect like this theme demo: ...
1
vote
0answers
855 views

How to bind dropdownlist to a grid view in asp.net??? Here dropdownlist is not inside gridview

I am trying to bind gridview to a dropdownlist meaning when i change my dropdownlist value data must be accordingly displayed in asp.net.But whenever i build the application following errror occurs: ...
1
vote
0answers
222 views

Kendo UI Dropdown inside iframe - scrollbar is not visible

I have a Kendo UI Dropdown inside a webpage, this page is displayed using an iframe in another page.The list has around 100 items. I am not able to see the scrollbar for the dropdown list. The whole ...
1
vote
0answers
108 views

When I set jquery autocomplete minLength to 0 it keeps running after the user chose an object

I am using Jquery autocomplete with ajax. Everything works fine except when I set minLength to 0. When I choose an element from the list, the autocomplete doesn't stop running and shows me the list ...
1
vote
0answers
78 views

Wordpress Contact form 7 - dropdown issue due to too many options

I've been encountering an error when having too many options in a drop down. It simply freezes if there are over 222 options. I'm running on PHP 5.3.5, but this also happens when running on PHP ...
1
vote
0answers
103 views

Keep Twitter Boostrap dropdown menu stays open on clicking toggled item

I tried to keep the dropdown menu stays open while clicking on toggled item. I'm successful on keeping the dropdown menu open, but my toggled items don't work right. The first time I clicked on the ...

1 2 3 4 5 44