This is my first WPF application so please bear with me! I have a datagrid that gets populated by binding a datatable to it. I then add a DataGridTemplateColumn which has a checkbox in it. On a button click event, I would like to copy all the rows from the datagrid with their checkboxes selected into a datatable. The reason for this is I have to perform various filtering and count functions on the data before writing to my database.
Thanks in advance!