I have a DataGrid with two columns (Name and Status). The Status column is an unbound column with checkboxes. I'm am trying to obtain the Names (In a String) in the first column with the corresponding Checkboxes that are checked in the second column.
Any suggestions? Thanks