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

Section not refreshing when selecting multiple check boxes

SA-29119

Summary



Section is not refreshing when selecting multiple check boxes very fast.


Error Messages



Not applicable


Steps to Reproduce



1.Configure to update a section on checkbox selection.
2.Try to select the checkboxes first.


Root Cause



An issue in the custom application code or rules.

Resolution



Add the below script in a section and place it in the section containing checkboxes:

<script>
function disable()
{
$('.checkbox.chkBxCtl').attr("disabled",true);
}
function enable()
{
$('.checkbox.chkBxCtl').attr("disabled",false);
}
</script>

Now on click of checkbox:

1. To disable the checkbox selection, till all the events on "Click" action are completed, call below function by running a script:
 
function disable

2. To enable the checkboxes, call below function by running a script after all other events on "Click" action of checkbox:

function enable
 

 

Published October 21, 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