I have a scenario, in it child list depend on two factors, user can choose the factor.
For example:
Product has fixed variants of size and weight
User can select to choose products by size or weight.
Parameters are presented on form by 2 select controls.
I am hiding one of these selects, and want to filter products by selected option in visible select.
That’s why I need to turn off one call of SPCascadeDropdowns and activate another one.
For example:
Product has fixed variants of size and weight
User can select to choose products by size or weight.
Parameters are presented on form by 2 select controls.
I am hiding one of these selects, and want to filter products by selected option in visible select.
That’s why I need to turn off one call of SPCascadeDropdowns and activate another one.