Support Article
Additional block displays on expanding a row to view the details
SA-61617
Summary
An additional block displays on expanding a row to view the details. This occurs when using the Internet Explorer browser.

Error Messages
Not Applicable.
Steps to Reproduce
- Configure a repeating grid
- Configure a flow action to display the row details on expanding the row
- Run the flow using the Internet Explorer browser
Root Cause
A defect in Pegasystems’ code or rules.
The width of the grid table div is by default calculated to 1% and which renders with more space in Internet Explorer.
Resolution
Perform the following local-change:Add the below code in the application ruleset:
<style>
div[editaction="modalwindowflowactionname"] .gridTable .field_label_dataLabelRead{width:550px !important;}
</style>
Published September 18, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.