In graphical user interfaces, a typical collection of 'drop-down lists' or 'combo-boxes' which are connected in a hierarchical fashion. A well known example is a Country-State/Province-City combination.

learn more… | top users | synonyms

1
vote
2answers
19 views

How to create a cascading select dropdown in a dynamic list using Knockout MVC

I followed the Knockout tutorials some time ago of which one of them http://learn.knockoutjs.com/#/?tutorial=collections details how to creating lists and collections. However I want to create a ...
0
votes
1answer
39 views

Cascade Drop down list

Hi I am trying to create a cascading drop down list, and I am getting his error, can anyone help me please. Here is what I am getting. This contains what I am try to do with in my controller class.. ...
0
votes
0answers
29 views

JQuery autocomplete Dropdown auto postback not working

Jquery autocomplete Dropdown auto postback not working in asp.NET. Also I want to set the default dropdown properties to the Jquery dropdown (eg: tabindex,Disabled etc..) <style> ...
1
vote
0answers
40 views

How to validate cascading dropdown in MVC

I am developing a MVC application and I am using Cascading dropdown in one of my dropdown. The problem is I need to validate both drop downs if user has not selected any value. Currently its ...
0
votes
2answers
42 views

AJAX Cascading Dropdown with Method Error 500

I've have a c# cascadingdropdown which works perfectly in debug locally and in debug mode on the live server, but I get [Method Error 500] in both drop downs when I view the page live through a ...
-1
votes
1answer
40 views

Databinding in dropdownlist in FormView

I have a asp:formview. In its edit template i have 6 drop downs that is a pair of Country,State and City. Requirements: On page load Country1 and Country2 get populated. On selected index chnage of ...
0
votes
0answers
76 views

Selected values in cascading dropdownlists reset on post

I have MVC4 web-application with 2 cascading dropdownlists (parent and child) and button with post action for filtering data dislpayed in grid depending on selected values in dropdownlists. Cascading ...
0
votes
1answer
171 views

Jquery— Cascading Dropdown Not binding values?

Hi iam using Cascading Dropdown using Jquery in asp.net My webMethod is getting called, iam getting result but values are not getting bind. here is my code if ($(".ddlService").val() != "") { ...
0
votes
0answers
28 views

AJAX Control Toolkit CascadingDropDown - Hide empty option when populated

Is it possible to hide the empty option in a CascadingDropDown when it has been populated from the webmethod? I want to force the user to select a value. Thanks in advance! /Adam
1
vote
0answers
64 views

Disable child dropdown if parent dropdown has no children

Let's assume that I have a simple, cascading Kendo UI dropdownlist for filtering products. The first ("parent") dropdown list shows all the product categories. The second ("child") dropdown list shows ...
0
votes
1answer
135 views

manually adding ajax control toolkit cascading drop down

Visual Studio 2010, .NET Framework 4.0 Trying to manually add an AjaxControlToolkit CascadingDropDown extender to a webpage dynamically. The web page has a placeholder. When it posts back the ...
-1
votes
2answers
54 views

Conditional Drop down menus [closed]

I want to create a form in which the options change based on a selection. e.g. If they choose "Chevrolet" from the first drop-down menu, then the next option would only show models of Chevrolets. ...
0
votes
2answers
164 views

JSON Function - cascading DropDownList - update the model

Premise: I'm new with MVC, and my english is not perfect, I hope you'll understand my post, otherwise I'm here for explainations. I'm working on a project created by another developer in ASP.Net MVC ...
0
votes
1answer
80 views

Cascading Dropdown MVC3 returning empty dropdown fields

I am attempting to create a cascading dropdown with MVC3. The parent dropdown is called "Category", when the user selects a Category, a child dropdown is then populated with a list of pictures that ...
0
votes
2answers
60 views

MVC 3 Model binding and No parameterless constructor defined for this object

I created a view that was working wonderfully until I added some JQuery to support cascading drop downs. I believe in doing that, I broke the binding between the view and the model. I'm getting the ...
1
vote
1answer
93 views

Microsoft Coded UI Test takes exteremly long time to refresh page with cascading dropdowns

Unfortunately I cannot post any source code but I've seen this behavior on multiple websites. I have a page that contains 3 drop downs. The first drop down will populate the second, the second ...
0
votes
1answer
91 views

dynamic drop down form using JavaScript

I'd really like to have a drop down form using JavaScript. I need it to create a question essentially. How it works: The person, from the home page, will click "Create a Question" and it will go to ...
0
votes
1answer
332 views

cascading dropdown list on mvc4 not updating nor loading javascrip file

I'm currently trying to create a new set of cascading dropdown lists by following this tutorial : http://blogs.msdn.com/b/rickandy/archive/2012/01/09/cascasding-dropdownlist-in-asp-net-mvc.aspx ...
0
votes
2answers
426 views

Cascading jQuery Dropdowns with JSON and Multiple MySQL Tables using PHP

I'm fairly new to PHP and MySQL, have a little experience with jQuery and almost no experience with JSON, just to give you some background. I am trying to implement cascading dropdowns in my form. I ...
0
votes
2answers
94 views

CSS Trying to understand Alternate syntax when creating drop down list in CSS and HTML

I am seeing two different ways of referring to the unordered lists (<ul>), list items (<li>) and anchors (<a>). I want to set the attributes of these items in a drop down list with ...
0
votes
0answers
342 views

Populate drop downlist from another dropdownlist from sql datasource in asp.net

I am trying to learn how to fetch data from database and load data in dropdownlist.What I have populated data for model of cars.Now on selection of model i want to populate another dropdown list of ...
0
votes
1answer
98 views

Usable hierarchical dropdown in HTML/JavaScript?

I've got a mostly usability problem. I've got a long list of hiearchical categories (200+) of archeological findings. When user posts his finding, he needs to select one category from this list: ...
0
votes
1answer
168 views

keep all selected values after submit

I'm stuck with this script I'm using: index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
2
votes
1answer
487 views

Kendo grid data-source filtering based on cascading dropdown list selected value

Hai, I am working on Kendo UI,can anyone provide the solution how to update Kendo grid datasource based on cascading drop-down list selected value.In Kendo demos I found cascading dropdownlists ...
1
vote
1answer
41 views

Adding a value in the middle of an array on which cascading dropdown relies

I may eventually have "Title 1E". This poses a problem as the corresponding Array below would, either, require me to create ["Title 1E", '8'] (which I wouldn't want to do) or create placeholders for ...
0
votes
1answer
317 views

set selected value based off parent value

I have 2 cascading drop downs, 1 is a parent and the other/child populates once you select a value in the first/parent drop down. The first one populates on page load and I can set the selected ...
0
votes
2answers
149 views

Why Javascript is not firing? [closed]

Why JavaScript is not working on this project? Can anyone tell me the reason why this is happening? I also comment the script links on my _Layout but still doesn't work. The Model using System; ...
0
votes
1answer
133 views

Cascading comboboxes in Windows Form DataGridView

I'm stuck to an issue that usually I wouldn't even face, but in this case it seems a big deal. First of all, to avoid confusion, even though I've already written it in the title, we're talking about ...
0
votes
1answer
48 views

Second DDL not firing

good day, why my second DDL do not fire when I select the Parent dropdown list. Also can anyone elaborate the script and the [ 0] in the View beside m=>m.StateModel And for the last ...
0
votes
1answer
283 views

Infopath and Cascading Dropdowns

I have a question for you bright minded souls. I have an Infopath form for a Sharepoint List (meaning that this is considered an Infopath List Form) that I would like certain behavior for... and I'm ...
0
votes
1answer
653 views

How does the Kendo UI cascading DropdownList works?

Can Anyone explain to me the structures of this codes? For an instance .Name("products") is the DropDownList name, I would like to know for what are those (what do you call this (Name, OptionLabel, ...
0
votes
0answers
115 views

cascading drop down in gridview

Actually I am trying to bind a drop-down list in gridview on another drop-down list's selectedindexevent, which is also in the same gridview.The first drodownlist binds perfectly but when I trying to ...
0
votes
1answer
197 views

Jquery live('change', function() wont trigger drop down

Anyone can see anything wrong with this code? It is connected to a php function that echos Json data. I am running Jquery 1.9.1. I belive the problem is at the end of the Jquery script, but I can´t ...
1
vote
1answer
121 views

Sweating and screaming because of a cascading drop down

After searching for an answer for about five days for a solution to my problem, I figured I might as well ask for some help. I am working on a cascading drop down that I can´t seem to get to work. ...
0
votes
0answers
168 views

Create Web Service database access method for CascadingDropDown

I am implementing a CascadingDropDown AJAX Control Extension tied to a SQL 2000 data source. I am essentially following this tutorial: Use ASP.NET AJAX Cascading Drop Down Control to Access a Database ...
0
votes
1answer
172 views

How update dropdownlist to default value

I have 2 dropdownlist cascade. I use MVVM. user story: select value from first DDL (automatically enable second DDL and push data) select value from second DDL click ADD (add value field in ...
1
vote
1answer
183 views

Creating dependent dropdowns in magento admin

Is there any way to create a dependent drop down in Magento Admin in my custom form? I have to display product categories in a drop down based on a store selected in its previous drop down. Do I need ...
1
vote
1answer
1k views

Cascading drop down with KNOCKOUT.JS & ASP.NET MVC 4

I am following this tutorial: http://www.dotnetexpertguide.com/2012/06/cascading-dropdown-knockoutjs-aspnet.html The project provided works like a charm. It may be downloaded from here: ...
0
votes
1answer
81 views

Incorporate javascript into href tag

bit clueless when it comes to such things however if anyone can assist i'd be most grateful. I have a nested css vertical dropdown menu in ms expression web, previously I used the asp.net built-in ...
-1
votes
2answers
272 views

How to alternate 2 onchange() functions in mvc razor?

I have cascade drop down lists and I should to send form data to controller in every onchange() event. That is why I should to do 2 different operations on onchange() event of dropdownlist. 1) This ...
0
votes
2answers
152 views

Knockout.js - Disabled, rather than hidden, cascading selects?

I've created a multiple, cascading selects with Knockout, using code inspired by the accepted answer in this question (jsFiddle - code at bottom of post too). It works great, however I'd like to ...
1
vote
1answer
206 views

Partial View not updated in IE

I have a Razor view with cascading dropdown lists. The parent list is ajax-enabled and uses jquery.unobtrusive-ajax.js. The child list is a partial view: @Ajax.DropDownListFor(model => ...
0
votes
0answers
319 views

Cascading dropdown in insert template of formview vs2010 vb.net

I am trying to create two dropdown lists where one dropdown is based on the selected value of the first dropdown. The data comes from a SQL database. If I do this when the two dropdowns are simply ...
3
votes
1answer
831 views

knockout.js - nested array data and cascading pre-populated dropdown lists binding

I'm fairly new to knockout.js, however, I've been happily using it in my ASP.NET MVC 4 project, until I ran into this obstacle which has been bothering me for a while, can't seem to put my finger on ...
0
votes
0answers
710 views

Kendo-UI Cascading ComboBox client filtering

I'm using cascading comboboxes to narrow down a choice for, say cities. My scenario differs slightly from the examples provided on http://kendoui.com since I can't make asynchronous server calls after ...
0
votes
1answer
183 views

Cascading DropDown gracefully catch error

I have 5 cascading drop downs on my page. I'd like them to try cascade, but if it doesn't cascade - gracefully stop trying or erroring-out. I would also like all of the comboboxes to be enabled, ...
0
votes
0answers
159 views

Populate with javascript and a service a CascadingDropDown initially unpopulated

I have an asp.net/ajax web page which have a drop down list being filled with a CascadingDropDown through a Service. See the code below> <td> <asp:DropDownList ID="ddlCountry" runat="server" ...
1
vote
2answers
491 views

datatype mismatch in criteria expression in MS Access

I am creating form in access in which i have to implement cascading combo boxes , data in lower combo box is dependent on its parent value selected by user. Here is form on left side is structure of ...
0
votes
5answers
348 views

Dropdownlists with parent-child relation in EditItemTemplate Gridview not working

I have a page with gridview in it. My gridview shows the products Information and Admin can Edit gridviews columns. Two of my columns show the brand name and category name for each product; I use ...
0
votes
1answer
399 views

How to update Chosen dropdownlist's items(cascade dropdownlist)?

I use Chosen plugin. I want to refresh Category (Chosen) dropdownlist, when change Section dropdownlist. Here is view: @model CategoryInputModel @Html.DropDownListFor(model => model.SectionId, ...

1 2 3 4