0
I have a WPF application where I have a DataGrid
with various information. I wish the user could choose multiple lines and store the line information in one array (or not) for me to send to another screen and play in another DataGrid
.
I’m doing without CheckBox
, but I prefer that the selected line changes color...
Someone could give me an example or a solution to this problem?
When a line of a Datagrid is selected it already changes color automatically, you want something other than this?
– Butzke
But when he clicks on another, the color goes back to normal.
– Emerson
In my application where I use Datagrid when clicking another line with the Ctrl button they are highlighted in blue.
– Butzke
I’m making an application where the user can choose several Datagrid items. Automatically it should select several items, without the need to hold Ctrl
– Emerson