i’m facing a big problem in Flex…
Actually My requirement is i have Two Combo boxes Country and State
when we select country According to States will be changed..
For example we select Country as India then State combobox giving all States in India..
Is their any Free components for this Help me ….
Big thanks in Advance….
Create the two combo box is quite simple. You can use just one data provider and use the
selectedItemproperties from one combobox as data provider for the secondo one.The problem could be find a list of all the contries and states.
This small example implements my solution.
You should also take a look at this ComboBox State and Country