Support Article
Repeating grid layout header misaligned in Internet Explorer
SA-82141
Summary
Misaligned header displays for the first column in every repeating grid. This occurs when using the Internet Explorer browser.
Error Messages
Not Applicable.
Steps to Reproduce
- Upgrade from Pega 7.2.1 to Pega 8.2.1
- Log in to the application
- Open any repeating grid layout in the application
Root Cause
An issue with the Grid Cascading Style Sheets (CSS).
Resolution
Perform the following local-change:
Add the below code in the UserWorkForm:
<style>
.ie div.gridDefault table.gridTable tr th.cellCont div.divCont {
height: auto;
}
</style>
Published August 19, 2019 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.