Hi all,
I am having a "multiselect" dropdown. Based on the values selected in this Dropdown, values should get populated in second dropdown.
We are able to implement this but values get populated only after we click out side of Multiselect dropdown. It does not populates on selecting values i.e.
furst we select the values in Multiselect dropdown. Nothing gets populated in Second dropdown. The moment we click outside of First dropdown, values get populated in second dropdown.
OnItemchange is being used but not working perfectly as second dropdown should be populated only after clicking outside of first dropdown.
Please suggest solution for this.
Thanks