I have a XamDataGrid with a checkbox column. I need to be able to filter the items down to a specific set based on the other columns, then check the box for all of the currently displayed items.
How could I go about this?
Hello,
Checking/unchecking the items depends on how you have set up the checkbox column (using Binding for the CheckBox value or it should be set locally) but you can get the records after the filtering by calling the XamDataGrid.RecordManager.GetFilteredInDataRecords method.