When the data is populated in the cells within each row from the database a button is produced on the left hand side of the datagrid. You can use this button to select that row in the DataGrid; My question is how do you style that button that gets populated with each row of data?
Does it have to be done in the code behind or can it be done through xaml. Can some please provide an working example please thank you in advance.