Support Article
Grid columns overflow out of the Grid layout
SA-87146
Summary
A grid repeat layout is embedded in a dynamic layout. When the values in the grid layout exceed, the dynamic layout does not stretch and the columns overflow out of the grid layout. This behavior is consistent across all browsers.

Error Messages
Not Applicable
Steps to Reproduce
- Configure a grid with more than 20 columns.
- Include the grid in a dynamic layout.
- Display the grid in the Case Manager portal.
Root Cause
An issue in the custom application code or rules.
Layout mode applied on the Dynamic layout containing the grid repeat does not help the layout to stretch. Hence, some of the columns overflow out of the grid layout.
Resolution
Perform the following local-change:
- Navigate to Dynamic layout properties > Presentation.
- Update the Layout mode to Inline-block.
- Apply Inline style as overflow:auto.

Published October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.