Discussion
1
Replies
1246
Views
Posted: July 1, 2015
Last activity: July 1, 2015
Closed
Dropdown population based on first drop down value change
Hi Team,
I have a requirement, where 2 ddlb's are there.... first is a state dropdown second is a district ddlb vaules corresponding to the first ddlb selection.
Please help us in implementing this logic in detail.
Thanks
Sundar Raj
You can use 2x Dropdown control to achieve this. Configure the first Dropdown as usual to select the value for .State.
However, for the second Dropdown, create a Data Page that get the district list based on the value of .State. Then configure this Data Page as the source of the second Dropdown.
Whenever the .State value changes, the Data Page will be refreshed with the updated district list to populate the Dropdown.