Expand my Community achievements bar.

Depenedent Dropdowns

Avatar

Level 9

Hello All,

I have two sets of Dropdown. Say DropDown1, DropDown2. Both will be populated dynamically through some selections in other fields. Both will have the same no.of items. The 2nd DropDown would be hidden. When we select any item say . Item no 2. The Item no2. of the Dropdown must be selected and would be populated to a text field which is visible in the form. Is there any way where we can know the index of the items present in the Dropdown ?

Thanks.

Bibhu.

1 Reply

Avatar

Level 10

Hi Bibhu, selectedIndex should work. See example here http://www.assure.ly/fYCuQ2. Hope that helps, Niall