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

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

  1. Create repeat grid with a source. 
  2. For Row editing configure a flow action which has another repeat grid. 
  3. Expand the row. 
  4. 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

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