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

Columns on a repeating grid are truncated

SA-75955

Summary


 

A few columns on a repeating grid are truncated. This occurs on the Internet Explorer 11 browser when the grid is wide.


Error Messages


 

Not Applicable

 

Steps to Reproduce

  1. Configure a repeating grid with initial set of columns
  2. Provide an option to add additional columns
  3. Add multiple columns to the grid


Root Cause



Issue is due to the flex related fixes for the Internet Explorer (flexResize function in doc_lifecycle JS) browser.

Resolution



Perform the following local-change: 
  1. Add the below style to the UserWorkForm: 

    <style>
    .ie11 [node_name="Harness_Name"] table.ie-table-fix.containerBody {
      table-layout:auto;
    }

    .ie11 [node_name="Harness_Name"] div.flex-grid-table-wrapper {

    display: block;

    }

    .ie11 [node_name="Harness_Name"] div.flex-grid-tablecell-wrapper {

    display: block;

    }

    .iconErrorDiv{

    display: none;

    }
    </style>

  2. Replace the Cascading Style Sheets (CSS) selector with the harness name

 


 

Published 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