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.
0
votes
2answers
34 views
Is there a design pattern to manage “cascading choices” easily?
I'm making a GUI for some browser application in HTML and javascript.
At the moment, I'm facing the challenge of implementing a page where a three-level deep "cascading choice" needs to be made. I ...
1
vote
1answer
33 views
Cascading Dropdownlist in MVC 2.0
I have an application in MVC 2.0 and I want to have something like a dropdown list.
So, please can anyone help me in finding out how to implement cascading dropdownlist in asp.net mvc 2.0 using ...
0
votes
0answers
22 views
jsf : submitting a form with cascading SelectOneMenu return validation error
i am facing a validation error when submitting a form with cascading SelectOneMenu : when i use a sessionscoped for my bean it's work, but for requestscoped parametre it's not ok and i got the famous ...
-1
votes
0answers
37 views
Knockout cascading dropdownlist assign default value
I'm using knockout.js to build a cascading dropdownlist.
It's design for select category and subCategory.
and i also have a server side api like this
function getCategory(rootCategoryId)
when user ...
1
vote
2answers
28 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
47 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
54 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
45 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
53 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
48 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
89 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
188 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
32 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
78 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
164 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
57 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
191 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
84 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
71 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
108 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
97 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
370 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
452 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
103 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
376 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
109 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
181 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
537 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
43 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
326 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
50 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
290 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
682 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
126 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
201 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
177 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
190 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
187 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
83 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
273 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
161 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
210 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
322 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
900 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
736 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, ...







