Support Article
Length of the Expand pane column is big in Repeating Grid
SA-28927
Summary
Length of the expand pane is increasing on expanding a repeat grid row.
When set to 100% and Fit content, it is not working.
When Fixed size is set, it is working, as the pixel size is fixed.
Error Messages
Not applicable
Steps to Reproduce
- Create repeat grid with a source.
- For Row editing configure a flow action which has another repeat grid.
- Expand the row.
- Observe that the expand pane is getting increased.
Root Cause
A defect in Pegasystems code or rules
"Fit content" width mode doesn't restrict column widths, so column expands.
Resolution
Perform the following local-change:
Include the below CSS in UserWorkForm:
<style>
table.gridTable th.cellCont.expandPaneHeader{
width: 27px !important;
}
table.gridTable td.expandPane{
width: 27px !important;
}
</style>
Published October 21, 2016 - 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.