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

Grid Last row is partially visible

SA-15820

Summary



When grid parameter is used as fixed and the height is not mentioned, the last row of grid is not completely visible in the first load of the screen.


Error Messages



Not Applicable


Steps to Reproduce



1. Create a repeat grid with only width and include it in a section which collapsible format and visible When condition. 
2. Run the flow and add a row. 
3. After clicking Save button, which is configured to refresh the current section, last row is not visible.


Root Cause



Issue is due to IE (quirks mode) which is unable to handle scrollbars in hidden elements when overflow = auto.

Resolution

Local-change to resolve the issue:

1. Add a format (for example, FixedGrid) in skin for Grid layout.
2. Apply the created format (FixedGrid) to grid layout.
3. Add below CSS in UserWorkForm. It should start with the format added in skin.

<style>
.FixedGrid div#PEGA_GRID_CONTENT {
overflow-x: scroll !important;
}
</style>

Published January 31, 2016 - 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