Question
Run on client functionality is not working as expected.
Hi, I am facing a issue while keeping run on client condition for a dynamic layouts visible when expression.
Steps:
1. Configure two dynamic layouts in a section.
2. Open this section using a Modal Window.
3. Change is the value of a property referenced in Dynamic layout1, should change the visibility of Dynamic layout2 if we have configure Visible when expression for dynamic layout2 keeping run on client enabled.
Expected:
It should show me some change in the visibility of dynamic layout2 on change of property referenced in dynamic layout1.
Actual:
There is no change in the visibility of dynamic layout2 on change of property referenced in dynamic layout1.
But if we don't use modal Window for opening the section referencing both the dynamic layouts, the same condition works as expected. Is there any constraint on run on client functionality that its not compatible with modal Window ?
***Updated by Moderator: Marissa to update categories***
Hi,
Your Modal Window contains Dynamic layout1 and Dynamic layout2.
When user changes the value in Dynamic layout1, if the section gets refreshed, Dynamic layout2 should reflect the change (if value in Dynamic layout2 is depending on the value in Dynamic layout1).
So, what is the configuration on the property (gets chagned) in Dynamic layout1? is there an action associated with the change?
Thanks,
Susan