I am using SQL server 2008 R2. I have two multiselect dropdown in my report. Second dropdown values populate based on 1st dropdown selected value.
Expectation
Select ALL checkbox in 1st dropdown, second dropdown values are loaded.Then I deselect ALL checkbok in 1st dropdown, 1st dropdown checked values are unchecked and second dropdown is disabled.
Output
When I deselect All checkbox in 1st dropdown,the 1st dropdown checkbox are didn't deselect and 2nd dropdown showed previous selected value.
You have any ideas, please Let me know