Questions tagged [cascadingdropdown]

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.

A cascading drop-down is, in graphical user interfaces, a typical collection of 'drop-down lists' or 'combo-boxes' which are connected in a hierarchical fashion.

In a typical 3-control setup, for example, the values displayed in the third UI control depend on the selected value in the second control, whose available options in turn depend on the selected value of the first control. Whenever the first or second control changes its selected value, the dependent controls update their available options in response.

A Country / State-Province / City it is very well known example of this UI pattern.

496 questions
2
votes
2 answers

Use knockout.js for 4 cascading dropdowns based on a hierarchy of objects

I am trying to get four cascading dropdowns using knockout.js: Search Criteria Sub Criteria Value State I was able to get the first cascade going (but not the others due to databinding issues) by using code from the following…
Yasir
  • 1,595
  • 5
  • 23
  • 42
2
votes
2 answers

Dynamically creating AJAX CascadingDropDown

I have to dynamically add many AJAX CascadingDropDown control sets (with different data). The data is to be read from a database. Can this approach be use for dynamic creation? Would it be better to have a Web User Control that can be added…
Nemo
  • 24,540
  • 12
  • 45
  • 61
2
votes
2 answers

Cascading Drop Down Lists with Lambda Expression in LINQ

I have a series of drop down lists that cascade, but instead of the list options being excluded from the list according to the user's selection, the unrelated options in the list are disabled. They are still present in the drop down list, but they…
Kuyenda
  • 4,529
  • 11
  • 46
  • 64
2
votes
1 answer

Issue with Cascading Drop downs MVC

I have two drop downs on an form (plus other elements)
2
votes
0 answers

How can I ignore or solve (expression "... eq null" is not supported) errors in powerapps

In Powerapps I have a canvas app filling a SharePoint list with data. In the app, I have a cascading dropdown which refers to an excel table (in SharePoint library). As soon as I open the app I get an error for every cascading dropdown I have added…
Kevin
  • 21
  • 3
2
votes
2 answers

cascading dropdown in dynamic row angular?

I have cascading dropdown list which works alone, but when I generate a new row and change one of my dropdowns its affects my entire dropdown list. Here is my html code.