Wpf tool kit datagrid DataGridCheckBoxColumn on_click event:
- by logu
I want to get the selected rows, but selecteditems has only one row. I want get the all the checked item. I think I need to add event handler when the checkbox is clecked and then collect them all. How do I do this in a best way?