To better explain what I'm looking to do I adapted a sample from the cascading dropdownlists. View JSFiddle example The issue is with the data format...
Work flow is that we have selected a town. Then all the streets in that town are populated in DDL. Once street is selected, then all the street numbers on that selected street are populated in the last DDL.
Note: The mock data is a sample of the real data with much less. Code from the existing REST endpoint creation can be viewed in here: REST C# endpoint
What tweaks do I need to make to take advantage of this perfect example for a cascading dropdownlist?
Thanks in advance!
Work flow is that we have selected a town. Then all the streets in that town are populated in DDL. Once street is selected, then all the street numbers on that selected street are populated in the last DDL.
Note: The mock data is a sample of the real data with much less. Code from the existing REST endpoint creation can be viewed in here: REST C# endpoint
What tweaks do I need to make to take advantage of this perfect example for a cascading dropdownlist?
Thanks in advance!