Question

Bits in Glass
Bits in Glass
IN
Bits in Glass
Posted: 1 day 22 hours ago
Last activity: 2 hours 5 minutes ago
Last activity: 4 Jul 2025 3:40 EDT
Solved
Select multiple checkboxes from a list in a Pega application
Requirement: Select multiple checkboxes from a list in a Pega application
Objective: Enable users to select multiple checkboxes from a list in a Pega application using the Shift
key, similar to the behavior seen in file selection within operating systems.
Details:
- When a user holds the
Shift
key and clicks on a second checkbox in the list, all checkboxes between the first selected item and the second clicked item should automatically be selected. - This functionality should mimic the familiar "range selection" behavior, enhancing usability especially in cases with large datasets.
- The implementation should be compatible with Pega’s section rules and repeat grid configurations.