cancel
Showing results for 
Search instead for 
Did you mean: 

Dropdown under a dropdown which should be displayed when the first drop down value is selected?

Former Member
0 Kudos

hi all,

i would like to create a dropdown where after i select a value from the dropdown another new dropdown is displayed with the sub values below it where i can choose the sub values.any idea how to do it would be helpful.

thanks,

nikhil

Accepted Solutions (1)

Accepted Solutions (1)

chengalarayulu
Active Contributor
0 Kudos

Nikhil,

You can acheive this by visibile/invisible way(easy)

1. Create DDBI-1 - Create onSelect action also

2. Create DDBI-2 - Create an attribute for visibility and bind to this.

3. onSelect action of DDBI-1, just make visible of DDBI-2.

hope you understood.

Former Member
0 Kudos

Thanks a lot,

i will try it now

Answers (0)