I have a datagrid which gets data like this:
public struct MyData { public string name { set; get; } public string artist { set; ge
If you use datagrid DataGridCheckBoxColumn you need to set on check box column. See this: https://stackoverflow.com/a/12244451/1643201