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
610
Adding checkbox to header of an igx-grid
posted

I have a grid and one of the columns is a igx-checkbox.  Is there a way to have a "Select All" checkbox in the header to enable all checkboxes in all rows?

Thanks,

Jeff

Parents
  • 1080
    Verified Answer
    Offline posted

    Hello Jeff,

    Thank you for posting in our community.

    I believe you will find our multiple row selection feature useful for achieving your requirement. By setting the rowSelection property to "multiple" a row selector column, preceding all other columns will be rendered, as well as a checkbox in the column header allowing you to select all rows at once.

    More about this feature can be found here.

Reply Children