How can we populate cascading dropdowns in the editor?
How can we populate cascading dropdowns in the editor?
slicksystems
Posts: 4Questions: 2Answers: 0
We have many scenarios where we need to populate cascading dropdown lists.
Example: Country -> State -> City).
We are implementing in .NET, how can we accomplish this?
This discussion has been closed.
Answers
Are you using Editor? If so then I would suggest you use the
dependent()
method in order to update the child select options as the parent's update.Allan
Yes we are using Editor. This looks like exactly what we are looking for. Thanks Allan!
Steve