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
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.
Thanks. That was exactly what I was looking for.
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.