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
385
Issue with checkbox record selector with grouping
posted

Hello,

I am working on implementing a checkbox record selector for the XamDataGrid based on the blog post at http://es.infragistics.com/community/blogs/josh_smith/archive/2008/09/04/adding-checkboxes-to-the-record-selectors-in-xamdatagrid.aspx.  Everything is working smoothly except for one issue.  If you group the data and check the 'Select all' checkbox in the header for a group, all records get selected, including records outside of that group.  Is there any workaround so that when a group's 'Select all' checkbox is clicked, it only selects/deselects all of the records in that particular group?

Thanks in advance.

Parents
  • 138253
    Verified Answer
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. It works both with GroupBy records and hierarchies. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

    XamDataGridHierarchicalAndGroupByCheckBoxAll.zip
Reply Children