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

Dropdown in repeating grid reset after row delete

SA-60911

Summary



In a grid, rows are editable based on a few conditions. On deleting a row, the dropdown value in the editable row is reset automatically and the selected value is lost.


Error Messages



Not Applicable


Steps to Reproduce

  1. Configure a grid with one column having a section include and another column with text input control.
  2. In the included section, add two dropdown controls. One control is read only, while the other is editable based on the input field value.
  3. For the editable dropdown, add a load behavior as 'After Screen Render' and dropdown source as a parameterized datapage.
  4. Add a dropdown action as an OnChange post value.
  5. In grid action top, add a button. For example, GetValue with OnClick refresh section Run activity.
  6. Run the use case.
  7. Add a new row and enter a value to the input field column.
  8. Click the GetValue button.
  9. Change the dropdown value in the newly added row.
  10. Delete the previous row.


Root Cause



A software use or operation error.

Non-editable rows (four) are imported to the grid. A new row is added by clicking the Add New Row icon.

When the first row is deleted, the last editable row's dropdown value is not lost. However, when the row which is immediately before the editable row is deleted, the dropdown value is reset.
The After Screen Render triggers an asynchronous call to the getDropdownOptions activity when there is an update or refresh action on the row or the grid itself. Even when the dropdown has changes, because of the row action or grid refresh, the activity is called N number of times. The reported behavior occurs due to the number of editable rows present in the table.

In this use case, the dropdown is present in the section include in the grid column. Screen render (defer load) is not required since the dropdown itself does not display on load and gets its value OnClick of the grid action top button.


Resolution



Perform the following local-change:

Modify the dropdown load behavior to On Screen Load (Default).


 

Published February 22, 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?

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