Support Article
Disable condition on client does not work as required
SA-21553
Summary
Users have reported that disable when condition is not working properly when they are trying to click multiple checkbox.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a section with 2 repeat grids. Give the page list reference the same for both the repeat grids.
2. Both the repeat grids have a check box field in one column and some value in the 2nd column.
3. When some check boxes are selected in 1st repeat grid, the respective values in the 2nd repeat grid should be disabled.
4. Try selecting/de-selecting some multiple check boxes very fastly. Some check boxes in the 2nd repeat grid will not be selected/de-selected.
5. Using pySelected for the first grid checkbox and custom property for the next grid checkbox.
Root Cause
A software use or operation error
Users are seleting multiple checkboxes at a faster rate due to which some of the AJAX calls are lost.
Resolution
Perform the following local-change:
- For the checkbox in the first grid added an OnChange event, List->Refresh List and Refresh other Section (add section for which rows need to be disabled) actions (instead of post value) as shown in the screen shot.
Published April 1, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.