Support Article
Inconsistent behaviour of expanded row in Modal Dialog
SA-32638
Summary
After adding the script suggested in HFix-31089, column alignment issue is occurring for Grid rows.
ERROR MESSAGES
Not applicable
Steps to Reproduce
1. Configure a Repeat Grid in a Modal Window.
2. Apply the changes suggested in HFix-31089
3. Invoke the modal window from a flow step.
4, Add a row to the grid and observe the column header and row data alignment.
Root Cause
A defect in custom configuration
Resolution
Apply the below local change in the UserWorkForm HTML Fragment Rule :-
<style>
#modalOverlay .content-layout-group.layout-group-accordion .layout #gridLayoutWrapper{
overflow-y:scroll !important;
}
#modalOverlay .content-layout-group.layout-group-accordion .layout #gridHeaderTable{
width: 97% !important;
}
</style>
Adjust the width from 96 to 98.5% as per need.
Published January 24, 2017 - 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.