DataGrid Multiselect checkbox

What is the fastest way to add checkbox selection to DataGrid rows similar to the components example

Thank you

Yousry Saad

You can add additional column with CheckBox in Template and HeaderTemplate and use the same code/approach as in our demo.

Thank you, that is what I was doing, but I thought it would be nice if you offer this as an option for the DataGrid in the designer