
Announcements
Hi All,
I've a requirement to implement cascading multiselect comboboxes. It worked fine with 'Items' property as it loads the respective values for child combobox options based on option selected in parent combobox. But the same doesn't work with 'DefaultSelectedItems' property.
Suppose on selecting CS, PH from 'Division' field, the Items loaded up for Sub-Division field as expected.
I select one option for CS (say CS-Vegetable) and one option for PH (say PH-Radiology)
When I remove PH from "Division" field, PH-Radiology should be auto-removed from "Sub Division" field. But, no options are removed from "Sub Division" field.
Has anyone faced this scenario? Please suggest.
Thanks,
Kunal