Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Content of grid does not display after grid action and refresh

SA-70121

Summary



After expanding a grid record and refreshing the expanded section, only the expanded column displays and the screen extends across the page. As a result, the entire grid content does not display. This occurs when using the Internet Explorer browser.


Error Messages



Not Applicable.


Steps to Reproduce

  1. Navigate to Row Operation > Create a repeating grid > Select Master Details
  2. Select Display of details > Expandable row and check Display an expanded/collapse icon per row
  3. Configure a button in the section which is passed to Details Flow action
  4. Run the scenario using Internet Explorer 11


Root Cause



A defect in Pegasystems’ code or rules. 
Post refresh of the expanded section, The 'table-layout: fixed' style causes incorrect behavior in Internet Explorer 11.



Resolution

Perform the following local-change: 

Add the below style in UserWorkForm:


<style>
div.flex-grid-table-wrapper{
table-layout: auto !important;
}
</style>


 
 

Published December 28, 2018 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us