I want the user to be able to do this:
- User selects multiple rows
- User clicks the check box in a check box column
- If the check box clicked was unchecked before clicking then change the check boxes to checked in all selected rows, else change the check boxes to unchecked in all selected rows
The problem I am running into is that the selection seems to be cleared as soon as the check box is clicked. Can you suggest a solution that would accomplish this behavior?