Support Article
Global Check Box Issues with Progressive Scrolling
SA-2462
Summary
Have a grid which is configured with a report definition. In that grid have the first column as a check box (refer the screen shot). Now if we check the check box header it should check all the rows in the grid (even if it is progressive grid). This is not working as expected.
Error Messages
na
Steps to Reproduce
Create a Report Definition (RD).
In a section create a grid and point the source as the RD.
Now keep a check box in the first column and also check that the header of the column is also a check box.
Now if we check the check box it should check all the rows in that grid and if uncheck the check box it should un check all the rows.
Root Cause
Clipboard is not getting updated with selection of Grid's header checkbox along with Rows.
Resolution
Suggested user to add following actions to the Header Checkbox
1. Post Value
2 Run Data Transform (In DT, for each page in pxResults set individula rows value to Checked Value)
3. Refresh List
This will add Check / Uncheck functionality to across Paginated Checkboxes
And add onClick Refresh to Indiviual Row Column Checkbox.
This will make sure, that if individual row is unchecked / checked value reflects in Clipboard
This has resolved the issue.
Published January 31, 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.