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

column width in repeat grid can not be resized

SA-8134

Summary



The width of the column in a repeating grid is not fixed. The user can't resize the width.

Error Messages



Not Applicable

Steps to Reproduce

  1. Open a repeat grid.
  2. Try to resize its columns.

Root Cause



This is an expected behavior.

Resolution



Perform the following local-changes:

1. Local-change to disable resizing of specific columns of a grid:

Specify Read-Write Styles and Read-Only Style on each header cell as stop-resize, and include the CSS given below in UserWorkForm. 

<style> 
.stop-resize .yui-resize-handle.yui-resize-handle-r { 
display: none; 

</style> 

Note: Column resize is not available for the grids with Width option as px. 

2. Local-change to disable resizing of grid in general:

Include the CSS below in UserWorkForm. 

<style> 
.gPXFixed .yui-resize-handle.yui-resize-handle-r { 
display: none; 

</style>

Note: ​Notice the change in CSS used ".gPXFixed." ".stop-resize" is not required in this case.

Published May 14, 2016 - Updated October 8, 2020

Was this useful?

100% 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