Skip to main content

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.

cascadingdropdown
0 votes
1 answer
35 views

Ajaxtoolkit:cascadingdropdown - drop down works perfectly in IE but not in other browser in asp.net-C#

I recently joined new company that they are using old asp.net in VS2008 ,.net framework 3.5 and xhtml 1.0 transitional. It is quite old. One of the problem i had during modification that they are ...
Muhammad zubair sultan's user avatar
0 votes
0 answers
33 views

Adding search fields to dependent dropdowns + having those dropdowns display text (2-in-1!)

ETA: I've added [SPAM MARK PROTECTION] to some links within previously attempted solutions - hopefully it's clear enough that that.. isn't part of the code, but sorry for the awkwardness! I have a ...
grifshot's user avatar
0 votes
0 answers
35 views

How to fix the react select dropdown for country-state-city not working properly

I am creating a MERN stack user management system. I am using country-state-city to create 3 dropdowns using react select. If the form is in edit mode the country state city values get populated by ...
nafhaf's user avatar
  • 19
0 votes
1 answer
36 views

how to use cascade dropdown in serenity?

[DisplayName("Team"), LookupEditor(typeof(TeamRow))] public int? TeamId { get => fields.TeamId[this]; set => fields.TeamId[this] = value; } [DisplayName("Assigned To"...
Muthuselvakumar's user avatar
0 votes
1 answer
36 views

AjaxToolkit CascadingDropdown is populating first parent but childs are not populated because knownCategoryValues parameter is empty

I am trying to use ajaxToolKit CascadingDropdown with three DropdownList Controls that are being populated from an ASMX WebService. The first dropdown is being populated correctly, but when I select a ...
Gabriel Z's user avatar
1 vote
0 answers
22 views

Cascading Form throwing error when I am using a function after loading the window

I am creating a Contact form which is a cascading form and when I select a value from one drop down the dependent drop down doesn't show any values. When I checked in console the, it is throwing a ...
Tej doshi's user avatar
0 votes
0 answers
89 views

Material UI AutoComplete Cascading dropdown selection displayed value is not cleared

I have dependent dropdowns(Category and SubCategory). I am using AutoComplete of material UI for the dropdowns. When I change Category selection SubCategory dropdown values are changed but the ...
Amy's user avatar
  • 23
0 votes
0 answers
57 views

Redash - Cascade Dropdown

is it possible (in Redash) to have two syncronized dropdown lists based on queries? For example: list A shows some strings (Countries) from a query. When I select an item, list B shows some results(...
Jothieshwaran Anandan's user avatar
0 votes
1 answer
38 views

Django admin drop down menu dependent won't load

First, I know there are other post on topic but until now none worked for me hence here I am kindly asking your help. The task is simple: in Django Admin I have a form with a drop-down menu whose ...
LM_IT's user avatar
  • 188
0 votes
0 answers
54 views

Access VBA - Cascading list boxes in forms

I am trying to add two list boxes to an Access form, one is dependent on user input from the other. My code assigned to 'after update' event in the Trend list (List35) which fails to update the ...
TommyBZ's user avatar
  • 35
0 votes
1 answer
20 views

Jquery script is not working on the Django Project

This is the code: {% extends 'base.html' %} {% load static %} {% block title %} Details {% endblock %} {% block body %} <script src="{% static 'js/jquery.min.js' %}"></script&...
Fathih Mohammed's user avatar
0 votes
1 answer
38 views

Why my cascading dropdown menu isn't working and how I figured out I made a simple logic error

I'm trying to create a cascading dropdown menu involving campuses whose value will populate the building menu dynamically. The way it's working is that a selection is made: <td&...
Eric Pilati's user avatar
0 votes
0 answers
94 views

populated cascading dropdown-lists for Contact Form 7 in wordpress

hey guys I hope you are doing well. I used to use this code that I copied from a website, and it worked without any problems. but suddenly it won't work anymore. I don't know why, can anyone help? PS: ...
Tony DU's user avatar
1 vote
0 answers
103 views

Can we add dropdown view (image with text) on clicking on checkbox in React.js?

I'm working on a project and i want to add some cool feature on shopping basket/cart. Like after adding something in shopping basket i want to add something more in shopping basket itself by clicking ...
ami_PBJ's user avatar
  • 109
0 votes
1 answer
503 views

Issue building cascading dropdown lists in ASP.NET Core 7 MVC using JQuery and ajax.googleapis.com Issue

While attempting to learn how to build cascading dropdown lists, I've been searching for examples using ASP.NET Core 7. From a different StackOverflow post an example was given referencing this site. ...
Robert Frame's user avatar

15 30 50 per page
1
2 3 4 5
33