I am using the MVVM design pattern and am attempting to add a button to perform an action on all items in a group. I have successfully added the button to the group header template and am attempting to find the view models of the group's rows with the following code:
This basically works, however the toValidate enumeration only contains the rows that are currently visible in the group.
Is there a way to retrieve all the view models that match the group, even if they are not presently visible?
This basically works, however the toValidate enumeration only contains the rows that are currently visible in the group.
Is there a way to retrieve all the view models that match the group, even if they are not presently visible?