Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Edit all currently displayed items
posted

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?

Parents
No Data
Reply
  • 69686
    posted

    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.

Children
No Data