How can we populate cascading dropdowns in the editor?

How can we populate cascading dropdowns in the editor?

slicksystemsslicksystems 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?

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    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

  • slicksystemsslicksystems Posts: 4Questions: 2Answers: 0

    Yes we are using Editor. This looks like exactly what we are looking for. Thanks Allan!

    Steve

This discussion has been closed.