I have a form with 3 related dropdownlist and a text input.
That means the first dropdownlist filter the second dropdownlist calling an webapi, the second dropdownlist filter the next dropdownlist calling another webapi.
At document.ready, I fill the dropdownlists with default options.
Of course, I map the dropdownlist's on change event to fill according the parente dropdownlist selection.
Now, if the user fill a code into text input, all dropdownlists must be updated, according the input code.
The first dropdownlist is working fine, but none of the other two are filled.
Can someone show me some example about how to do it?
Thank you.
That means the first dropdownlist filter the second dropdownlist calling an webapi, the second dropdownlist filter the next dropdownlist calling another webapi.
At document.ready, I fill the dropdownlists with default options.
Of course, I map the dropdownlist's on change event to fill according the parente dropdownlist selection.
Now, if the user fill a code into text input, all dropdownlists must be updated, according the input code.
The first dropdownlist is working fine, but none of the other two are filled.
Can someone show me some example about how to do it?
Thank you.
Luís Oliveira