The below function is to be used on a grid with multiple check boxes. Place the code behind a FieldChange event and users will have the option to Select or Deselect grid rows all at once.
Make sure the Multiple Row (Check Box) is checked on the grid properties.

| Title | Under | Posted on |
|---|---|---|
| Regarding Error "SQR 6002) CANNOT OPEN THE PRINTER FILE: " in SQR | PeopleSoft Technical | 11/21/2008 - 1:17am |
| Pay calendar Setup | PeopleSoft Functional | 11/18/2008 - 5:30pm |
| Issue linking to Excel 2007 from PS HRMS 8.8 | PeopleSoft Technical | 11/17/2008 - 9:48am |
| Spreadsheet-Based Control System Analysis and Design | Programming | 11/11/2008 - 5:10am |
Comments
Re: Check Box Select/Deselect All on Grid
Thanks for sharing.
Can you explain when this functionality will be used ?
Re: Check Box Select/Deselect All on Grid
Join date: 06/23/08
Hey HH,
There has been a question on the forum once on whether it is possible to use a dropdown with the ability for the users to make multiple selections BUT after some comments back and forth, it was decided that the best option is to provide a grid to users with the ability to select more than one row (multiple check boxes) and thus this post.
Does it make sense?!
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
Re: Check Box Select/Deselect All on Grid
Join date: 03/18/08
We are using this functionality on a project I am working on currently. Pages contain Multi-row grids, and we have several processes that can be performed on the grid rows if selected--Refresh, Purge, Update Effdt to current week, etc.... The select all logic is a quick & easy way to handle it.
We used a checkbox, rather than a button. One drawback, while manipulating the checkbox works okay, if Select All is checked, and then the user manually unchecks one or more of the individual row selection checkboxes, there is no way to get the Select All indicator flipped to note such a change (i.e. - there can be a situation where not all row indicators are selected, but the Select All checkbox is--almost a sort of Out-of-Sync issue).
Post new comment