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

Unable to expand grid row after validation error

SA-29830

Summary



Unable to expand grid row after validation error


Error Messages



Please correct current errors to perform this action.


Steps to Reproduce

  1. Configure a repeat grid to expand/collapse row.
  2. Configure an Integer type property referenced in the grid.
  3. At runtime, expand a row, provide invalid value in the property field.
  4. Collapse the row.
  5. Submit the flow action. Page error messages are received.
  6. Expand the grid row to observe the issue.


Root Cause



In user configuration, the flow action "Hide the default action section buttons" is checked due to this when a row is collapsed then it doesn't prompt for the errors and when expanded due to the errors at server (which are caused due to post value) row doesn't expand.

Resolution



Perform the following local-change:

In flowaction – uncheck “Hide the default action section buttons” check box
In UserWorkForm – use CSS to hide submit/cancel buttons
----------------------------------------------------------------------------------------
 <style>

 div[node_name="ModifyBeneficiaries"] .buttonMainTable {
 display: none;
 }
 </style>
-----------------------------------------------------------------------------------------

Also  uncheck “Run visibility condition on client” checkbox on all the layouts in the Section.


 

 

Published November 2, 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