I have an Editable Interactive Grid and a Classic Report in my page.
Requirement :
A classic report region should be shown when the compliance_code value is selected as "ESCALATION" in the Interactive Grid.
Note: Unless and until the compliance_code value = "ESCALATION" exists in the Interactive Grid list, the Classic Report region should be visible.
Once it is changed or not in list, the Classic Report region should be hidden.
On clicking a Add Row button a new row will be displayed with 4 columns.(compliance_code(Select List value), Reason, Notes, Remarks)
By selecting the below values,
Row 1. Compliance_code = "Testing"
Row 2. Compliance_code = "ESCALATION"
Now the classic report region gets displayed. On clicking Add Row for the next record,
Row 3. Compliance_code = "Performance"
The region should still be displayed.
On changing the 2nd Row (2. Compliance_code = "ESCALATION") value to some other value
The region should be hidden.