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

Delay of a minute occurs while adding a row in repeating grid

SA-59780

Summary



There is a repeating grid which contains three columns.
First column is populated by a drop down which is populated using a node level data page.

After adding 10 rows, when the user attempts to add another row, a delay of about a minute occurs.



Error Messages



Message from webpage:

There was an error when loading the content given.
IE Error description: Not enough storage is available to complete this operation.



Steps to Reproduce

  1. Create a repeating grid
  2. Populate the first column dropdown using a data page containing 10000 records
  3. Attempt to add more than twenty records. Add a record by clicking the Add button


Root Cause



A dropdown control is not recommended when there is a large number of options. The grid is set to always editable, meaning that for every row there is a dropdown containing 10,000 items. This consumes large amount of space and the browser runs out of memory. 


Resolution



Perform the following local-change: Set the grid Inline edit mode to 'Click row to edit' instead of 'Rows always editable'.

 

Alternatively, use an Autocomplete control instead of a dropdown.
Use the 'Match start of string' configuration option to set the minimum number of characters to search for, and to only match the start of the string rather than using 'contains'.


 

 





 

Published August 19, 2019 - 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?

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