I have an application in WPF where I have a DataGrid
with various information. I would like the user to be able to choose multiple rows and store the row information in an array (or not) so I can send it to another screen and play in another DataGrid
.
I'm doing without CheckBox
, but I prefer that the selected line changes color ...
Could someone give me an example or a solution to this problem?